mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Added DM Anticloak
This commit is contained in:
parent
8db5e4bf51
commit
dcdfd7109b
|
|
@ -55,12 +55,15 @@ function GetTeamCounts(%game)
|
|||
|
||||
if( !$Host::TournamentMode )
|
||||
{
|
||||
if( $CurrentMissionType $= "CTF" )
|
||||
if($CurrentMissionType $= "CTF")
|
||||
{
|
||||
NBRStatusNotify(%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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue