Added DM Anticloak

This commit is contained in:
ChocoTaco 2022-04-22 11:58:23 -04:00
parent 8db5e4bf51
commit dcdfd7109b

View file

@ -55,12 +55,15 @@ function GetTeamCounts(%game)
if( !$Host::TournamentMode ) if( !$Host::TournamentMode )
{ {
if( $CurrentMissionType $= "CTF" ) if($CurrentMissionType $= "CTF")
{ {
NBRStatusNotify(%game); NBRStatusNotify(%game);
CheckAntiPack(%game); CheckAntiPack(%game);
} }
TeamBalanceNotify(%game); else if($CurrentMissionType $= "DM")
CheckAntiPack(%game);
TeamBalanceNotify(%game); //Has check for # teams
} }
//Set so counter wont run when it doesnt need to. //Set so counter wont run when it doesnt need to.