tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
428 stars 41 forks source link

Make sure loggers are initialized first #427

Closed tonihele closed 1 year ago

tonihele commented 1 year ago

Fixes a bug when the folder is configured, but not valid. It actually crashes to the LOGGER being null. As a static variable listed earlier than the logger causes a handled crash. But the handling fails....

So make sure we declare logger as the first variable to avoid these by accident.

tonihele commented 1 year ago

Deepsource didn't find any new issues. Valid still... But maybe another time.