From 6b080c61bc2cc5eff657c6173a3883b5754cf7a5 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Tue, 22 Jan 2019 12:54:56 -0500 Subject: [PATCH] Lowered Warmup time --- Classic/prefs/serverPrefs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 83374a9..2201a4b 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -1386,4 +1386,4 @@ $Host::useCustomSkins = 1; $Host::VotePassPercent = "60"; $Host::VoteSpread = 20; $Host::VoteTime = "45"; -$Host::warmupTime = "20"; +$Host::warmupTime = "15";