Config corrections
This commit is contained in:
@@ -97,6 +97,7 @@ object ServerConfigParser {
|
|||||||
ServerConstants.START_LOCATION = parseLocation(data.getString("world.new_player_location"))
|
ServerConstants.START_LOCATION = parseLocation(data.getString("world.new_player_location"))
|
||||||
ServerConstants.DAILY_RESTART = data.getBoolean("world.daily_restart")
|
ServerConstants.DAILY_RESTART = data.getBoolean("world.daily_restart")
|
||||||
ServerConstants.ALLOW_GUI = data.getBoolean("world.start_gui")
|
ServerConstants.ALLOW_GUI = data.getBoolean("world.start_gui")
|
||||||
|
ServerConstants.GRAND_EXCHANGE_DATA_PATH = data.getPath("paths.eco_data")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -64,3 +64,4 @@ object_parser_path = "@data/ObjectParser.xml"
|
|||||||
#path logs are written to
|
#path logs are written to
|
||||||
logs_path = "@data/logs"
|
logs_path = "@data/logs"
|
||||||
bot_data = "@data/botdata"
|
bot_data = "@data/botdata"
|
||||||
|
eco_data = "@data/eco"
|
||||||
Reference in New Issue
Block a user