-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
The config file parser cannot handle the config file existing, but containing invalid data.
This leads to a NumberFormatException here because the returned string is null:
Line 59 in d328b40
| if (Integer.parseInt(cfg.getProperty("config-version")) < configVersion) { |
That exception is not caught and therefore will crash the game.
Metadata
Metadata
Assignees
Labels
No labels