]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
CA: never reset the map in warmup stage
authorterencehill <piuntn@gmail.com>
Sat, 14 Jan 2012 21:15:20 +0000 (22:15 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 14 Jan 2012 21:15:20 +0000 (22:15 +0100)
qcsrc/server/arena.qc

index 6dc7593b28e80ffa94fcf1941dec36c593d53dde..e1c210a3dc23f24f3b9fb5e0b1cf3080df114c75 100644 (file)
@@ -382,7 +382,7 @@ void count_alive_players()
  */
 void Spawnqueue_Check()
 {
-       if(warmup == 0 && g_ca)
+       if(warmup == 0 && g_ca && !inWarmupStage)
        {
                if(red_players || blue_players)
                        reset_map(TRUE);