fix GE regression
path was resolving as "null<filename>"
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user