From e5ec35f397b3928acb863a127020aaa72d9bda47 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Wed, 2 Dec 2020 11:30:19 -0500 Subject: [PATCH] Lowered Default --- Classic/scripts/serverDefaults.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index 424f674..fbbd9dd 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -95,8 +95,8 @@ $Host::MaxBotDifficulty = 0.75; $Host::NoSmurfs = 1; $Host::VoteTime = 30; // amount of time before votes are calculated $Host::VotePassPercent = 60; // percent needed to pass a vote -$Host::KickBanTime = 1; // specified in days -$Host::BanTime = 365; // specified in days +$Host::KickBanTime = 1; // specified in days +$Host::BanTime = 30; // specified in days $Host::PlayerRespawnTimeout = 60; // time before a dead player is forced into observer mode $Host::warmupTime = 20; $Host::TournamentMode = 0;