From 486aa2d6f6c55e3a12d7b0ea4b44141f5729c719 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Thu, 22 Oct 2020 15:32:41 -0400 Subject: [PATCH] Moved --- Classic/scripts/autoexec/Autobalance.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Classic/scripts/autoexec/Autobalance.cs b/Classic/scripts/autoexec/Autobalance.cs index 088ecbb..fdd1abd 100644 --- a/Classic/scripts/autoexec/Autobalance.cs +++ b/Classic/scripts/autoexec/Autobalance.cs @@ -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++)