Lowered Default

This commit is contained in:
ChocoTaco1 2020-12-02 11:30:19 -05:00
parent 524ee5eff6
commit e5ec35f397

View file

@ -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;