From: z411 Date: Sat, 9 Apr 2022 01:12:38 +0000 (-0400) Subject: Explicitly disable round handler in warmup X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7670bfacee120ebb203ddd643aed3eff432ff03d;p=xonotic%2Fxonotic-data.pk3dir.git Explicitly disable round handler in warmup --- diff --git a/qcsrc/server/world.qc b/qcsrc/server/world.qc index 98df0c1a5..60837d88f 100644 --- a/qcsrc/server/world.qc +++ b/qcsrc/server/world.qc @@ -1074,8 +1074,7 @@ spawnfunc(worldspawn) WinningConditionHelper(this); // set worldstatus - if(!warmup_stage) - round_handler_Activate(true); + round_handler_Activate(!warmup_stage); // for RJZ if (autocvar_rjz_count_shards && warmup_stage) {