]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Wrong statement, it should when match ended
authorLegendaryGuard <rootuser999@gmail.com>
Wed, 5 Jan 2022 18:30:47 +0000 (18:30 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Wed, 5 Jan 2022 18:30:47 +0000 (18:30 +0000)
qcsrc/common/mutators/mutator/nades/nades.qh

index eba6f2aa0410b708ffd17f95b8a4bc3e4c0f4051..8e3cca874e46d10bdab22378ac4651e372e9ea5e 100644 (file)
@@ -262,7 +262,7 @@ MUTATOR_HOOKFUNCTION(cl_darkblink, HUD_Draw_overlay)
        if (g_stat_HEALTH < 0)
                darkblink = false;
        
-       if(!STAT(GAME_STOPPED) && !warmup_stage)
+       if(STAT(GAME_STOPPED))
                darkblink = false;
 
        if(time <= dark_fadetime)