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.
@ -33,8 +32,6 @@ function Autobalance( %game, %AutobalanceSafetynetTrys )
{ {
%client = ClientGroup.getObject(%i); %client = ClientGroup.getObject(%i);
%lastclient[%team] = %client;
//if(!%client.isAIControlled()) //if(!%client.isAIControlled())
$PlayerCount[%client.team]++; $PlayerCount[%client.team]++;
} }