From d97261b5b8829a9273ca5aa3225ed5800053220b Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Fri, 20 Nov 2020 15:29:24 -0500 Subject: [PATCH] Turned off by Default --- Classic/scripts/autoexec/altWarmup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/autoexec/altWarmup.cs b/Classic/scripts/autoexec/altWarmup.cs index 7a7143d..9fd332f 100644 --- a/Classic/scripts/autoexec/altWarmup.cs +++ b/Classic/scripts/autoexec/altWarmup.cs @@ -6,7 +6,7 @@ // exec("scripts/autoexec/altWarmup.cs"); // Enable or Disable -$AW::EnableALTWarmUp = 1; +$AW::EnableALTWarmUp = 0; // Normal Warmup Time (In Seconds) - 20 is 20 Seconds $AW::DefaultWarmUpTime = 20; // The amount of time you want to allow for players to switch teams (In seconds) - 60 is 60 seconds