From 6861442f25216e101a48d3944641060be5e3dcb5 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Mon, 4 Jan 2021 21:47:40 -0500 Subject: [PATCH] Default Kick/Ban Time (Minutes) --- 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 dfbf0bf..ea76cf8 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 = 30; +$Host::BanTime = 43200; $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 = 1; +$Host::KickBanTime = 20; $Host::KickObserverStartOnJoin = 1; $Host::KickObserverTimeout = 1200; $Host::LakRabbitDuelMode = 0;