]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Remove a now useless check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 0e04ce781cb2da5f570e192a614e5ebd8fe18ad5..1f2365822a4551ced188153991e3fa5045bb9a93 100644 (file)
@@ -10,9 +10,6 @@
 .float cmd_floodcount;
 .float lms_spectate_warning;
 
-// number of monsters spawned with mobspawn command
-float totalspawned;
-
 string MapVote_Suggest(string m);
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file