Took out older language

This commit is contained in:
ChocoTaco 2018-11-12 23:53:16 -05:00
parent e627117fce
commit b3efcf3199
2 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,6 @@ function CreateServer(%mission, %missionType)
$Host::Dedicated = $Host::EmptyServerReset;
//Call for a GetTeamCount update
GetTeamCounts( %game, %client, %respawn );
}
};
@ -64,10 +63,10 @@ function GetTeamCounts( %game, %client, %respawn )
NBRStatusNotify( %game, %client, %respawn );
//Call Team Balance Notify
TeamBalanceNotify::AtSpawn( %game, %client, %respawn );
TeamBalanceNotify( %game, %client, %respawn );
//AntiCloak Start
ActivateAntiCloak ();
ActivateAntiCloak();
//Set so counter wont run when it doesnt need to.
$GetCountsClientTeamChange = false;