mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Update Autobalance.cs
This commit is contained in:
parent
d4755a2117
commit
4d9cdaf797
|
|
@ -31,8 +31,7 @@ function Autobalance( %game, %AutobalanceSafetynetTrys )
|
|||
//Team Count code by Keen
|
||||
$PlayerCount[0] = 0;
|
||||
$PlayerCount[1] = 0;
|
||||
$PlayerCount[2] = 0;
|
||||
|
||||
$PlayerCount[2] = 0;
|
||||
|
||||
for(%i = 0; %i < ClientGroup.getCount(); %i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue