]> 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 5f2c86e4086c89d6f8bf4547f7b6659aef421785..bb97f0d0b17cf18926d1d0c05a996d4a515e116e 100644 (file)
@@ -1,8 +1,9 @@
 #pragma once
 
+float autocvar_sv_clientcommand_antispam_time;
+int autocvar_sv_clientcommand_antispam_count;
+
 .float cmd_floodtime;
-.float cmd_floodcount;
-.float lms_spectate_warning;
 
 string MapVote_Suggest(entity this, string m);