CubicMC/cubic-server

Server exits when config file is missing a line

fluffyloafie opened this issue · 1 comments

If one of the required lines does not exist/is not filled out in the config file, the server stops with an exception thrown (and caught).
image
It would be better if the line was created with a default value, or at least the thrown exception would specify the missing line for the user to add it by hand.

Fixed in #141