Update Autobalance.cs

This commit is contained in:
ChocoTaco 2019-11-20 15:01:40 -05:00
parent 9642e893d0
commit 124fd51f96

View file

@ -5,7 +5,6 @@
// //
// Enable or Disable Autobalance // Enable or Disable Autobalance
// $Host::EnableAutobalance = 1; // $Host::EnableAutobalance = 1;
//
// How far behind littleTeam must be to use All Mode. // How far behind littleTeam must be to use All Mode.
// Meaning picking from a pool of all players on the bigTeam instead of just the lowest scoring player. // Meaning picking from a pool of all players on the bigTeam instead of just the lowest scoring player.
@ -32,8 +31,6 @@ function Autobalance( %game, %AutobalanceSafetynetTrys )
for(%i = 0; %i < ClientGroup.getCount(); %i++) for(%i = 0; %i < ClientGroup.getCount(); %i++)
{ {
%client = ClientGroup.getObject(%i); %client = ClientGroup.getObject(%i);
%lastclient[%team] = %client;
//if(!%client.isAIControlled()) //if(!%client.isAIControlled())
$PlayerCount[%client.team]++; $PlayerCount[%client.team]++;