t7x/data/ui_scripts/party/__init__.lua

9 lines
223 B
Lua

-- Removed check for public matches to allow team change in ranked matches
CoD.IsTeamChangeAllowed = function()
if Engine.GetGametypeSetting( "allowInGameTeamChange" ) == 1 then
return true
else
return false
end
end