mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 07:34:36 +00:00
Update Autobalance.cs
This commit is contained in:
parent
d4755a2117
commit
4d9cdaf797
1 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ function Autobalance( %game, %AutobalanceSafetynetTrys )
|
||||||
$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++)
|
||||||
{
|
{
|
||||||
%client = ClientGroup.getObject(%i);
|
%client = ClientGroup.getObject(%i);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue