From a195ae51564548a1aef681b3f0dd0fd68820b6b4 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sun, 9 Sep 2012 23:27:14 -0400 Subject: [PATCH] We don't need that there anymore --- qcsrc/server/mutators/gamemode_ctf.qc | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2