From 22ab9b3ae4d53d2a16923b9678a074e2c308ffb0 Mon Sep 17 00:00:00 2001 From: Aconite <63141077+AconiteGodOfSWG@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:21:50 -0500 Subject: [PATCH] Cfg update see desc * Remove validateStationKey as this config option isn't used in the SRC so it does nothing * Add the maxAuctionsPerPlayer setting for the commodity market that was added the other day --- linux/localOptions.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/localOptions.cfg b/linux/localOptions.cfg index ecc92fc..aa8c8cb 100755 --- a/linux/localOptions.cfg +++ b/linux/localOptions.cfg @@ -73,6 +73,7 @@ minutesVendorAuctionTimer=43200 minutesVendorItemTimer=43200 minutesBazaarAuctionTimer=10080 minutesBazaarItemTimer=10080 +maxAuctionsPerPlayer=25 [dbProcess] centralServerAddress=HOSTIP @@ -99,7 +100,6 @@ clientOverflowLimit=5242880 [LoginServer] #adminAccountDataTable=datatables/admin/stella_admin.iff validateClientVersion=1 -validateStationKey=0 #Setting easyExternalAccess to true might make it easier for you to connect to your server from the internet. Make sure your IP is set correctly in CLUSTER_LIST in your database. #easyExternalAccess=true