forked from 2009Scape/Server
fix GE regression
path was resolving as "null<filename>"
This commit is contained in:
parent
65fb605349
commit
004d4c9432
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue