mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Formatting
This commit is contained in:
parent
9653d2777c
commit
e627117fce
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ function TeamBalanceNotify::AtSpawn( %game, %client, %respawn )
|
||||||
if( $CurrentMissionType !$= "LakRabbit" && $TotalTeamPlayerCount !$= 0 && $Host::EnableTeamBalanceNotify )
|
if( $CurrentMissionType !$= "LakRabbit" && $TotalTeamPlayerCount !$= 0 && $Host::EnableTeamBalanceNotify )
|
||||||
{
|
{
|
||||||
//variables
|
//variables
|
||||||
|
|
||||||
%Team1Difference = $PlayerCount[1] - $PlayerCount[2];
|
%Team1Difference = $PlayerCount[1] - $PlayerCount[2];
|
||||||
%Team2Difference = $PlayerCount[2] - $PlayerCount[1];
|
%Team2Difference = $PlayerCount[2] - $PlayerCount[1];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue