diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 1082de7..02038ef 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -8,7 +8,6 @@ $Host::AllowMapScript = "True"; $Host::AnimateWithTransitions = 0; $Host::AntiCloakEnable = 1; $Host::AntiCloakPlayerCount = 6; -$Host::AFKTimeout = 3; $Host::BanTime = 2147483647; $Host::BotCount = 2; $Host::BotsEnabled = 0; diff --git a/Classic/scripts/autoexec/zDarkTigerAFK.cs b/Classic/scripts/autoexec/zDarkTigerAFK.cs index a631292..5c2a050 100644 --- a/Classic/scripts/autoexec/zDarkTigerAFK.cs +++ b/Classic/scripts/autoexec/zDarkTigerAFK.cs @@ -1,15 +1,10 @@ //AFK Timeout //Script BY: DarkTiger // -//TacoServer: -//Change to how many minutes to set forced Observer for AFK players -//Setting to 0 disables this feature -//$Host::AFKTimeout = 1; -// //Client specific to save on schedules //Add clients who are normally AFK -$dtVar::AFKtime = 60000 * $Host::AFKTimeout;//if player is afk specific amount of time, force them into observer +$dtVar::AFKtime = 60000 * 3;//if player is afk specific amount of time, force them into observer $dtVar::AFKloop = 1000 * 30;//loop check timer currently set to 30 secs //////////////////////////////////////////////////////////////////////////////// diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index 6600ff3..9138b3e 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -203,7 +203,6 @@ $Host::loadingmsgline3 = "Required Mappacks: "; //Loading screen msg lin $Host::loadingmsgline3content = "S5 S8 TWL TWL2"; //Loading screen msg content 3 $Host::loadingmsgline4 = "Hosted by: "; //Loading screen msg line 4 $Host::loadingmsgline4content = "Branzone"; //Loading screen msg content 4 -$Host::AFKTimeout = 3; //Time in minutes to put AFK player in observer mode, 0 disables it //LakRabbit $Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled $Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not