]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove some of this tied stuff... it won't make any difference anyway (score is set...
authorFruitieX <rasse@rasse-laptop.(none)>
Sat, 23 Oct 2010 15:55:21 +0000 (18:55 +0300)
committerFruitieX <rasse@rasse-laptop.(none)>
Sat, 23 Oct 2010 15:55:21 +0000 (18:55 +0300)
qcsrc/server/arena.qc

index 7c329b89890087d006ab973565dfc963bd9bd843..a6aea0a21278dc7915a64f713df89505e13cd5e9 100644 (file)
@@ -307,7 +307,7 @@ void Spawnqueue_Check()
                                        strunzone(champion_name);
                                champion_name = strzone(champion.netname);
                        }
                                        strunzone(champion_name);
                                champion_name = strzone(champion.netname);
                        }
-                       else if((!redspawned && !bluespawned) || (!redspawned && !bluealive) || (!bluespawned && !redalive) || time - warmup > cvar("g_ca_round_timelimit")) {
+                       else if((!redspawned && !bluespawned) || time - warmup > cvar("g_ca_round_timelimit")) {
                                FOR_EACH_CLIENT(self) centerprint(self, strcat("^7Round tied.", "^7\n"));
                                next_round = time + 5;
                        }
                                FOR_EACH_CLIENT(self) centerprint(self, strcat("^7Round tied.", "^7\n"));
                                next_round = time + 5;
                        }