From 64275c86db2f27832b993d9e3df6c1bdeb5cadef Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 2 Feb 2019 17:48:04 -0500 Subject: [PATCH] Updated --- Classic/prefs/serverPrefs.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index e80b045..b444860 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -11,9 +11,9 @@ $Host::BotsEnabled = "0"; $Host::ClassicAdminLogPath = "prefs"; $Host::ClassicAllowConsoleAccess = 0; $Host::ClassicAntiTurtleTime = 5; -$Host::ClassicAutoPWEnabled = 1; +$Host::ClassicAutoPWEnabled = 0; $Host::ClassicAutoPWPassword = "pickup"; -$Host::ClassicAutoPWPlayerCount = 0; +$Host::ClassicAutoPWPlayerCount = 30; $Host::ClassicAutoRestartServer = 0; $Host::ClassicBadWordFilter = 0; $Host::ClassicBalancedBots = 0;