X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fvote.qc;fp=qcsrc%2Fserver%2Fcommand%2Fvote.qc;h=4eb2ae484a94d0de981f8ca35c43f8dabf6ecd0a;hp=214083eaee9f32c080ad221512e3dfe39a28ba58;hb=ee32da5f4dafee5883369c759fe8ed042114bda5;hpb=dcf8a85693db60468fde21e1eaa64043576edb0d diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 214083eaee..4eb2ae484a 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -433,6 +433,8 @@ void ReadyRestart_force() // disable the warmup global for the server warmup_stage = 0; // once the game is restarted the game is in match stage + Item_ItemsTime_Reset(); + // reset the .ready status of all players (also spectators) FOR_EACH_REALCLIENT(tmp_player) { tmp_player.ready = 0; } readycount = 0;