mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 15:14:34 +00:00
Update Autobalance.cs
This commit is contained in:
parent
d4755a2117
commit
4d9cdaf797
1 changed files with 1 additions and 2 deletions
|
|
@ -31,8 +31,7 @@ function Autobalance( %game, %AutobalanceSafetynetTrys )
|
||||||
//Team Count code by Keen
|
//Team Count code by Keen
|
||||||
$PlayerCount[0] = 0;
|
$PlayerCount[0] = 0;
|
||||||
$PlayerCount[1] = 0;
|
$PlayerCount[1] = 0;
|
||||||
$PlayerCount[2] = 0;
|
$PlayerCount[2] = 0;
|
||||||
|
|
||||||
|
|
||||||
for(%i = 0; %i < ClientGroup.getCount(); %i++)
|
for(%i = 0; %i < ClientGroup.getCount(); %i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue