mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Client Specific AFK Timeout
Too many schedules for all clients
This commit is contained in:
parent
cf82816aa6
commit
e0f369d061
3 changed files with 25 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ $Host::AllowMapScript = "True";
|
|||
$Host::AnimateWithTransitions = 0;
|
||||
$Host::AntiCloakEnable = 1;
|
||||
$Host::AntiCloakPlayerCount = 6;
|
||||
$Host::AFKTimeout = 3;
|
||||
$Host::BanTime = 2147483647;
|
||||
$Host::BotCount = 2;
|
||||
$Host::BotsEnabled = 0;
|
||||
|
|
@ -164,7 +165,6 @@ $Host::EvoTKWarn2 = 6;
|
|||
$Host::EvoTourneySameMap = 1;
|
||||
$Host::EvoUseHighPerformanceCounter = 0;
|
||||
$Host::FloodProtectionEnabled = 1;
|
||||
$Host::AFKTime = 1;
|
||||
$Host::GameName = "Discord PU";
|
||||
$Host::HiVisibility = "1";
|
||||
$Host::holoName1 = "Storm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue