X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qc;h=52cf9643014781d260f4320cbd90851f1c758a2d;hp=e8b34509838cb2e56d05b685165ddb792cade3b9;hb=6c4446c0a7fd41a7539ad2983aebef4d1c323911;hpb=9456b62fd98f143c4674e13253207a2d43784f48 diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index e8b3450983..52cf964301 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -1709,7 +1709,7 @@ float WinningCondition_Onslaught() WinningConditionHelper(); // set worldstatus - if(inWarmupStage) + if(warmup_stage) return WINNING_NO; // first check if the game has ended @@ -2102,7 +2102,7 @@ void CheckRules_World() fraglimit = autocvar_fraglimit; leadlimit = autocvar_leadlimit; - if(inWarmupStage || time <= game_starttime) // NOTE: this is <= to prevent problems in the very tic where the game starts + if(warmup_stage || time <= game_starttime) // NOTE: this is <= to prevent problems in the very tic where the game starts { if(timelimit > 0) timelimit = 0; // timelimit is not made for warmup