fix GE regression

path was resolving as "null<filename>"
This commit is contained in:
ryannathans
2022-01-12 21:27:15 +11:00
parent 65fb605349
commit 004d4c9432
@@ -98,6 +98,7 @@ object ServerConfigParser {
ServerConstants.HOME_LOCATION = parseLocation(data.getString("world.home_location"))
ServerConstants.START_LOCATION = parseLocation(data.getString("world.new_player_location"))
ServerConstants.DAILY_RESTART = data.getBoolean("world.daily_restart")
ServerConstants.GRAND_EXCHANGE_DATA_PATH = data.getPath("paths.eco_data")
}