mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Added DM Anticloak
This commit is contained in:
parent
8db5e4bf51
commit
dcdfd7109b
1 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue