Make these changes InGame only
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
if not Engine.IsInGame() then
|
||||
return
|
||||
end
|
||||
|
||||
-- Removed check for public matches to allow team change in ranked matches
|
||||
CoD.IsTeamChangeAllowed = function()
|
||||
if Engine.GetGametypeSetting( "allowInGameTeamChange" ) == 1 then
|
||||
|
Reference in New Issue
Block a user