]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
There's no need to apply a delay entering warmup stage in CA
authorterencehill <piuntn@gmail.com>
Wed, 28 Nov 2012 23:01:42 +0000 (00:01 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 28 Nov 2012 23:01:42 +0000 (00:01 +0100)
qcsrc/server/miscfunctions.qc

index 20828800deebfdd3d7d0407269179ec0037489a8..34033740ef475493399fe0d524e4a514c9ec9fe9 100644 (file)
@@ -1262,7 +1262,7 @@ void readlevelcvars(void)
     if(!g_weapon_stay)
         g_weapon_stay = cvar("g_weapon_stay");
 
-       if not(inWarmupStage && !g_ca)
+       if not(inWarmupStage)
                game_starttime = cvar("g_start_delay");
 
        sv_pitch_min = cvar("sv_pitch_min");