]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qh
Remove command-specific anti spam from ClientCommand_ready()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qh
index e7ca0c87e4918bb1a6169e81c3e67da88ba40d2c..184e502e55e6287f783c0febbb0ed47c6f818e03 100644 (file)
@@ -64,7 +64,6 @@ const float RESTART_COUNTDOWN = 10;
 entity nagger;
 int readycount;                    // amount of players who are ready
 .bool ready;                       // flag for if a player is ready
-.float last_ready;                 // last ready time for anti-spam
 .int team_saved;                   // team number to restore upon map reset
 .void(entity this) reset;          // if set, an entity is reset using this
 .void(entity this) reset2;         // if set, an entity is reset using this (after calling ALL the reset functions for other entities)