From 60ae6e5259f3dcef8e41e7b6586f71e51e89f735 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 5 Jan 2020 03:33:01 -0500 Subject: [PATCH] Update serverPrefs.cs --- Classic/prefs/serverPrefs.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index e414869..544b99b 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -893,7 +893,7 @@ $Host::TeamSkin3 = "swolf"; $Host::TeamSkin4 = "dsword"; $Host::TeamSkin5 = "beagle"; $Host::TeamSkin6 = "cotp"; -$Host::TimeLimit = 30; +$Host::TimeLimit = 45; $Host::TN::beat = 3; $Host::TN::echo = 1; $Host::TournamentMode = 0; @@ -901,4 +901,4 @@ $Host::useCustomSkins = 1; $Host::VotePassPercent = 60; $Host::VoteSpread = 20; $Host::VoteTime = 45; -$Host::warmupTime = 5; +$Host::warmupTime = 15;