From: Samual Lenks Date: Mon, 10 Sep 2012 03:27:14 +0000 (-0400) Subject: We don't need that there anymore X-Git-Tag: xonotic-v0.7.0~240^2~14 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a195ae51564548a1aef681b3f0dd0fd68820b6b4;p=xonotic%2Fxonotic-data.pk3dir.git We don't need that there anymore --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index df07fbce1..cf28dc168 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -1346,7 +1346,6 @@ void spawnfunc_ctf_team() // scoreboard setup void ctf_ScoreRules() { - CheckAllowedTeams(world); ScoreRules_basics(2, SFL_SORT_PRIO_PRIMARY, 0, TRUE); ScoreInfo_SetLabel_TeamScore (ST_CTF_CAPS, "caps", SFL_SORT_PRIO_PRIMARY); ScoreInfo_SetLabel_PlayerScore(SP_CTF_CAPS, "caps", SFL_SORT_PRIO_SECONDARY);