Config corrections

This commit is contained in:
ceikry
2021-12-20 20:42:00 -06:00
parent 1a8c45e058
commit 1178f4b402
2 changed files with 3 additions and 1 deletions
@@ -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")
}