mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Update serverDefaults.cs
This commit is contained in:
parent
be269d6f5e
commit
085c91667f
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue