From bcf2110a03be526184ffbb7968a686013dd5e40d Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 16 Jul 2021 14:39:16 -0400 Subject: [PATCH] Moved --- Classic/scripts/autoexec/TeamManagement.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/autoexec/TeamManagement.cs b/Classic/scripts/autoexec/TeamManagement.cs index 739702c..36532cb 100644 --- a/Classic/scripts/autoexec/TeamManagement.cs +++ b/Classic/scripts/autoexec/TeamManagement.cs @@ -9,6 +9,8 @@ // if a player has switched teams or not. Or if a team changing event has occurred. // This is triggered via various event functions throughout the game. // +// If it takes too long for specific canidates to die. After a time choose anyone. +$Autobalance::Fallback = 120000; //60000 is 1 minute // Set reset string $GetCountsStatus = "UPDATE"; @@ -295,8 +297,6 @@ if (!isActivePackage(ResetTBNGameOver)) // // exec("scripts/autoexec/Autobalance.cs"); // -// If it takes too long for specific canidates to die. After a time choose anyone. -$Autobalance::Fallback = 120000; //60000 is 1 minute // Run from TeamBalanceNotify via NotifyUnbalanced function Autobalance( %game )