From ffda53ee46b1fd76aecbbd6b7a7b51ed40375195 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 12 Jan 2019 14:33:48 -0500 Subject: [PATCH] Upped anticloak --- Classic/prefs/serverPrefs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 0766ec0..1e10347 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -3,7 +3,7 @@ $Host::AdminPassword = "changeme"; $Host::allowAdminPlayerVotes = "0"; $Host::AllowMapScript = "True"; $Host::AntiCloakEnable = 1; -$Host::AntiCloakPlayerCount = 6; +$Host::AntiCloakPlayerCount = 8; $Host::BanTime = 2147483647; $Host::BotCount = 2; $Host::BotsEnabled = "0";