]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qc
Hook reset_map_global to call Item_ItemsTime_ResetTimes()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qc
index 6ea03dd43fdaad2c88dca9ee34ce0b0171a73adc..4be48e124e82b98d38fb26c41c5df7dfe18efc29 100644 (file)
@@ -462,8 +462,6 @@ 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_ResetTimes();
-
        // reset the .ready status of all players (also spectators)
        FOR_EACH_REALCLIENT(tmp_player) { tmp_player.ready = 0; }
        readycount = 0;