Update serverDefaults.cs

This commit is contained in:
ChocoTaco1 2020-10-31 16:25:47 -04:00
parent be269d6f5e
commit 085c91667f

View file

@ -195,7 +195,7 @@ $Host::ItemRespawnTime = 30; //Time it takes for items to respawn (
$Host::VoteCooldown = 120; //Time cooldown to allow a player to vote again after a vote (120 is 2 mins)
$Host::TKMax = 12; //Max tks before kick
$Host::TKWarn1 = 4; //Max tks before 1st warning
$Host::TKWarn2 = 8; //Max tks before 2nd
$Host::TKWarn2 = 8; //Max tks before 2nd warning
$Host::KickObserverStartOnJoin = 1; //Start KickObserver Timer as soon as player joins server
$Host::KickObserverTimeout = 1200; //How long player can stay in observer before being booted (1200 is 20 mins)