X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Ftdm%2Ftdm.qc;h=cf328902bf3aa866fef2bfad25846b5adf672605;hb=76de60deecae125795551ba1a4576a265d7ae7de;hp=39e5fec1e19cd62fd7783252c3c5d81ea97ba89c;hpb=94f293de630d6173c5303adf65e45d4f4a83863a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/gamemodes/gamemode/tdm/tdm.qc b/qcsrc/common/gamemodes/gamemode/tdm/tdm.qc index 39e5fec1e..cf328902b 100644 --- a/qcsrc/common/gamemodes/gamemode/tdm/tdm.qc +++ b/qcsrc/common/gamemodes/gamemode/tdm/tdm.qc @@ -53,10 +53,9 @@ void tdm_DelayedInit(entity this) } } -MUTATOR_HOOKFUNCTION(tdm, CheckAllowedTeams, CBC_ORDER_EXCLUSIVE) +MUTATOR_HOOKFUNCTION(tdm, TeamBalance_CheckAllowedTeams, CBC_ORDER_EXCLUSIVE) { M_ARGV(1, string) = "tdm_team"; - return true; } MUTATOR_HOOKFUNCTION(tdm, Scores_CountFragsRemaining)