mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 15:14:34 +00:00
Took out older language
This commit is contained in:
parent
e627117fce
commit
b3efcf3199
2 changed files with 3 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ function CreateServer(%mission, %missionType)
|
||||||
$Host::Dedicated = $Host::EmptyServerReset;
|
$Host::Dedicated = $Host::EmptyServerReset;
|
||||||
//Call for a GetTeamCount update
|
//Call for a GetTeamCount update
|
||||||
GetTeamCounts( %game, %client, %respawn );
|
GetTeamCounts( %game, %client, %respawn );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
@ -64,10 +63,10 @@ function GetTeamCounts( %game, %client, %respawn )
|
||||||
NBRStatusNotify( %game, %client, %respawn );
|
NBRStatusNotify( %game, %client, %respawn );
|
||||||
|
|
||||||
//Call Team Balance Notify
|
//Call Team Balance Notify
|
||||||
TeamBalanceNotify::AtSpawn( %game, %client, %respawn );
|
TeamBalanceNotify( %game, %client, %respawn );
|
||||||
|
|
||||||
//AntiCloak Start
|
//AntiCloak Start
|
||||||
ActivateAntiCloak ();
|
ActivateAntiCloak();
|
||||||
|
|
||||||
//Set so counter wont run when it doesnt need to.
|
//Set so counter wont run when it doesnt need to.
|
||||||
$GetCountsClientTeamChange = false;
|
$GetCountsClientTeamChange = false;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
//Give the client a notification on the current state of balancing.
|
//Give the client a notification on the current state of balancing.
|
||||||
//This function is in GetTeamCounts.cs
|
//This function is in GetTeamCounts.cs
|
||||||
function TeamBalanceNotify::AtSpawn( %game, %client, %respawn )
|
function TeamBalanceNotify( %game, %client, %respawn )
|
||||||
{
|
{
|
||||||
if( $CurrentMissionType !$= "LakRabbit" && $TotalTeamPlayerCount !$= 0 && $Host::EnableTeamBalanceNotify )
|
if( $CurrentMissionType !$= "LakRabbit" && $TotalTeamPlayerCount !$= 0 && $Host::EnableTeamBalanceNotify )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue