Added DM Anticloak

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

View file

@ -60,7 +60,10 @@ function GetTeamCounts(%game)
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.