]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Remove command-specific anti spam from ClientCommand_ready()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 344cba0eb0afcf657f25ffe52cac3ad15c50ed56..bb97f0d0b17cf18926d1d0c05a996d4a515e116e 100644 (file)
@@ -4,11 +4,8 @@ float autocvar_sv_clientcommand_antispam_time;
 int autocvar_sv_clientcommand_antispam_count;
 
 .float cmd_floodtime;
-.float cmd_floodcount;
 
 string MapVote_Suggest(entity this, string m);
 
-void serverinfo_welcomemessage_send(entity this);
-
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 void ClientCommand_macro_write_aliases(float fh);