]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Freezetag: fix "Begin!" msg spam entering warmup stage in the first g_freezetag_warmu...
authorterencehill <piuntn@gmail.com>
Thu, 29 Nov 2012 18:52:31 +0000 (19:52 +0100)
committerterencehill <piuntn@gmail.com>
Thu, 29 Nov 2012 18:52:31 +0000 (19:52 +0100)
qcsrc/server/arena.qc

index 4c0f71e936d01a6a4535e2459620449d81be36a0..181b15d75c98bc4fe279d65a96e611aa83430a60 100644 (file)
@@ -284,7 +284,7 @@ void Arena_Warmup()
                        }
                }
        }
-       else if(f > -1 && f != roundStartTime_prev)
+       else if(f > -1 && f != roundStartTime_prev && !inWarmupStage)
        {
                roundStartTime_prev = f;
                if(g_ca) {