From: z411 Date: Sun, 12 Dec 2021 18:05:25 +0000 (-0300) Subject: Updating outdated comment X-Git-Tag: xonotic-v0.8.5~253^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3f0089e0a6a3dd4512f41c950134c26efdb7524c;p=xonotic%2Fxonotic-data.pk3dir.git Updating outdated comment --- diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 555e43936..00283149a 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -440,7 +440,7 @@ void ReadyRestart_force() PlayerStats_GameReport_Event_Player(it, PLAYERSTATS_ALIVETIME, -val); }); - // disable the warmup global for the server + // if we're ending the warmup stage call the corresponding hook if(!warmup_stage) localcmd("\nsv_hook_warmupend\n");