From 3f0089e0a6a3dd4512f41c950134c26efdb7524c Mon Sep 17 00:00:00 2001 From: z411 Date: Sun, 12 Dec 2021 15:05:25 -0300 Subject: [PATCH] Updating outdated comment --- qcsrc/server/command/vote.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2