]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4..0dd27dd89582681a0ac510a832fe850ddb5797c9 100644 (file)
@@ -1,3 +1,5 @@
+#pragma once
+
 // =================================================
 //  Declarations for server side networked commands
 //  Last updated: December 26th, 2011
@@ -6,10 +8,6 @@
 .float cmd_floodtime;
 .float cmd_floodcount;
 .float lms_spectate_warning;
-.float checkfail;
-
-// number of monsters spawned with mobspawn command
-float totalspawned;
 
 string MapVote_Suggest(string m);