From 1178f4b4021087826f6c8cc03ad7743681957c03 Mon Sep 17 00:00:00 2001 From: ceikry Date: Mon, 20 Dec 2021 20:42:00 -0600 Subject: [PATCH] Config corrections --- .../main/kotlin/rs09/game/system/config/ServerConfigParser.kt | 1 + Server/worldprops/default.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Server/src/main/kotlin/rs09/game/system/config/ServerConfigParser.kt b/Server/src/main/kotlin/rs09/game/system/config/ServerConfigParser.kt index a7a34d20e..3efd0ba9b 100644 --- a/Server/src/main/kotlin/rs09/game/system/config/ServerConfigParser.kt +++ b/Server/src/main/kotlin/rs09/game/system/config/ServerConfigParser.kt @@ -97,6 +97,7 @@ object ServerConfigParser { ServerConstants.START_LOCATION = parseLocation(data.getString("world.new_player_location")) ServerConstants.DAILY_RESTART = data.getBoolean("world.daily_restart") ServerConstants.ALLOW_GUI = data.getBoolean("world.start_gui") + ServerConstants.GRAND_EXCHANGE_DATA_PATH = data.getPath("paths.eco_data") } diff --git a/Server/worldprops/default.conf b/Server/worldprops/default.conf index 6484baa5e..671e1db63 100644 --- a/Server/worldprops/default.conf +++ b/Server/worldprops/default.conf @@ -63,4 +63,5 @@ rare_drop_table_path = "@data/RDT.xml" object_parser_path = "@data/ObjectParser.xml" #path logs are written to logs_path = "@data/logs" -bot_data = "@data/botdata" \ No newline at end of file +bot_data = "@data/botdata" +eco_data = "@data/eco" \ No newline at end of file