]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qh
Remove sv_ready_restart as this command superseedes it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qh
index 4dfd9e8575f2abf22c9cdc1e639171ca64988e0e..843d59618e9c43a6b77310e6e8ebe9b40fb101b6 100644 (file)
@@ -63,8 +63,6 @@ void VoteCommand(int request, entity caller, int argc, string vote_command);
 const float RESTART_COUNTDOWN = 10;
 entity nagger;
 float readycount;                  // amount of players who are ready
-float readyrestart_happened;       // keeps track of whether a restart has already happened
-float restart_mapalreadyrestarted; // bool, indicates whether reset_map() was already executed
 .float ready;                      // flag for if a player is ready
 .int team_saved;                   // team number to restore upon map reset
 .void(entity this) reset;             // if set, an entity is reset using this