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;