]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qc
Merge branch 'master' into terencehill/itemstime
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qc
index e4564753008b889303ab4992bb4afbfd2f71edbd..d4d3d611c2d9ba31b26c62d34a4097403daca566 100644 (file)
@@ -353,6 +353,8 @@ void ReadyRestart_force()
        // disable the warmup global for the server
        inWarmupStage = 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_CLIENTSLOT(tmp_player) { tmp_player.ready = 0; }
        readycount = 0;