mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-18 11:00:38 +00:00
Oops
This commit is contained in:
parent
072f0eed4f
commit
285bed0135
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ function Autobalance( %game, %AutobalanceSafetynetTrys )
|
|||
%team2difference = $PlayerCount[2] - $PlayerCount[1];
|
||||
|
||||
//If even, stop.
|
||||
if( %team1difference == 1 || %team2difference == 1 || $TeamRank[1, count] == $TeamRank[2, count] )
|
||||
if( %team1difference == 1 || %team2difference == 1 || $PlayerCount[1] == $PlayerCount[2] )
|
||||
{
|
||||
//Reset TBN
|
||||
ResetTBNStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue