Brittle config file parser
UpcraftLP opened this issue ยท 0 comments
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:
That exception is not caught and therefore will crash the game.