mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Lowered Default
This commit is contained in:
parent
524ee5eff6
commit
e5ec35f397
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue