mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 21:20:22 +00:00
Moved
This commit is contained in:
parent
b6e47728af
commit
486aa2d6f6
1 changed files with 1 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ function Autobalance( %game )
|
|||
return;
|
||||
|
||||
$Autobalance::UseAllMode = 0;
|
||||
$Autobalance::FallbackTime = "";
|
||||
%otherTeam = $BigTeam == 1 ? 2 : 1;
|
||||
$Autobalance::AMThreshold = mCeil(MissionGroup.CTF_scoreLimit/3) * 100;
|
||||
|
||||
|
|
@ -119,7 +120,6 @@ function DefaultGame::onClientKilled(%game, %clVictim, %clKiller, %damageType, %
|
|||
{
|
||||
ResetABClients();
|
||||
ResetTBNStatus();
|
||||
$Autobalance::FallbackTime = "";
|
||||
$BigTeam = "";
|
||||
}
|
||||
}
|
||||
|
|
@ -131,7 +131,6 @@ function DefaultGame::gameOver(%game)
|
|||
|
||||
//Reset Autobalance
|
||||
$BigTeam = "";
|
||||
$Autobalance::FallbackTime = "";
|
||||
|
||||
//Reset all clients canidate var
|
||||
for (%i = 0; %i < ClientGroup.getCount(); %i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue