]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Updating outdated comment
authorz411 <z411@omaera.org>
Sun, 12 Dec 2021 18:05:25 +0000 (15:05 -0300)
committerz411 <z411@omaera.org>
Sun, 12 Dec 2021 18:05:25 +0000 (15:05 -0300)
qcsrc/server/command/vote.qc

index 555e439367c6e25e7ec21ea4d8de5843f26a4918..00283149adde180dce9752a687551b2d2a4a83bb 100644 (file)
@@ -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");