]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Merge branch 'master' into martin-t/damagetext
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 0dd27dd89582681a0ac510a832fe850ddb5797c9..3f8e4c47af5f31caabf33413712944ff080f037c 100644 (file)
@@ -1,15 +1,9 @@
 #pragma once
 
-// =================================================
-//  Declarations for server side networked commands
-//  Last updated: December 26th, 2011
-// =================================================
-
 .float cmd_floodtime;
 .float cmd_floodcount;
-.float lms_spectate_warning;
 
-string MapVote_Suggest(string m);
+string MapVote_Suggest(entity this, string m);
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 void ClientCommand_macro_write_aliases(float fh);