From 9378c56b9281403a115a03ca6bcb06fd9e8a68be Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Tue, 1 Dec 2020 16:20:38 -0500 Subject: [PATCH] Changed to days --- 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 039b854..dfbf0bf 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -15,7 +15,7 @@ $Host::AnimateWithTransitions = 1; $Host::AntiPackEnable = 1; $Host::AntiPackPlayerCount = 6; $Host::AveragePings = 1; -$Host::BanTime = 1440; +$Host::BanTime = 30; $Host::BotCount = 14; $Host::BotsEnabled = "0"; $Host::ClassicAdminLog = 1; @@ -100,7 +100,7 @@ $Host::holoName5 = "BloodEagle"; $Host::holoName6 = "Harbinger"; $Host::Info = "This is a Tribes 2 Classic server. More information in Discord. playt2.com/discord"; $Host::ItemRespawnTime = 30; -$Host::KickBanTime = 600; +$Host::KickBanTime = 1; $Host::KickObserverStartOnJoin = 1; $Host::KickObserverTimeout = 1200; $Host::LakRabbitDuelMode = 0;