]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation unit test
authorMario <mario.mario@y7mail.com>
Wed, 3 Jun 2020 09:04:54 +0000 (19:04 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 3 Jun 2020 09:04:54 +0000 (19:04 +1000)
qcsrc/server/client.qc
qcsrc/server/client.qh

index 8c744b17ddb7c1e83991bef002ea0b70adcf522a..df2f9c23de2eacb02c1bfd917fefe45f5cfdb23f 100644 (file)
@@ -2110,7 +2110,6 @@ void PrintWelcomeMessage(entity this)
        }
 }
 
-const int MIN_SPEC_TIME = 1;
 bool joinAllowed(entity this)
 {
        if (CS(this).version_mismatch) return false;
index 2c1ddab13d034ad38b3268fea3afebf72d62f352..2f380ae2fda49fdf68d9ba6cd6186a8f7f7fe146 100644 (file)
@@ -283,6 +283,7 @@ void ClientInit_misc(entity this);
 
 int GetPlayerLimit();
 
+const int MIN_SPEC_TIME = 1;
 bool joinAllowed(entity this);
 void Join(entity this);