]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an outdated comment
authorterencehill <piuntn@gmail.com>
Fri, 13 Jan 2012 21:43:15 +0000 (22:43 +0100)
committerterencehill <piuntn@gmail.com>
Fri, 13 Jan 2012 21:43:15 +0000 (22:43 +0100)
qcsrc/server/mutators/gamemode_freezetag.qc

index d2c741f0b46ee0e1757e19c6eab076b4818c5f43..fa5a365ba48316b07c96ed3cdfc6b53619b3a2bb 100644 (file)
@@ -13,7 +13,7 @@ void freezetag_CheckWinner()
        if(next_round || (time > warmup - autocvar_g_freezetag_warmup && time < warmup))
                return; // already waiting for next round to start
 
-       if((redalive >= 1 && bluealive >= 1) // counted in arena.qc
+       if((redalive >= 1 && bluealive >= 1)
                || (redalive >= 1 && yellowalive >= 1)
                || (redalive >= 1 && pinkalive >= 1)
                || (bluealive >= 1 && yellowalive >= 1)