mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Update Autobalance.cs
This commit is contained in:
parent
9642e893d0
commit
124fd51f96
1 changed files with 0 additions and 3 deletions
|
|
@ -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]++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue