From 094d23e887485dfea1d700d5ebf0c46411df10da Mon Sep 17 00:00:00 2001 From: Cekis Date: Mon, 21 Mar 2022 12:33:43 -0700 Subject: [PATCH] Added "maxHousingLots" config value defaulting to original default value of 10 --- linux/localOptions.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/localOptions.cfg b/linux/localOptions.cfg index 3fe713d..3623ffb 100755 --- a/linux/localOptions.cfg +++ b/linux/localOptions.cfg @@ -191,6 +191,7 @@ debugMode=1 ## "medium" is for multiple groups - Generally not more than 4. (RECOMMENDED FOR "FRIENDS" SERVER) ## "heavy" is for "live" levels where there are many groups of players. (THIS IS THE DEFAULT SETTING) serverLoadLevel=heavy +maxHousingLots=10 ##idleLogoutTimeSec sets the maximum time (in seconds) a character can be idle before being automatically logged off (LD). idleLogoutTimeSec=300