X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Ftdm%2Ftdm.qc;h=cf328902bf3aa866fef2bfad25846b5adf672605;hb=69eda62d02bc02ff50547bad514af3f7ce487413;hp=39e5fec1e19cd62fd7783252c3c5d81ea97ba89c;hpb=ec98f5c9d50f267779fed871c9eb094a52064219;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)