mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-14 08:05:13 +00:00
Updated Rotation
This commit is contained in:
parent
48e0eac4de
commit
3fc2533701
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 )
|
||||
{
|
||||
//variables
|
||||
|
||||
%Team1Difference = $PlayerCount[1] - $PlayerCount[2];
|
||||
%Team2Difference = $PlayerCount[2] - $PlayerCount[1];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue