Server crash on missing games folder
Closed this issue · 0 comments
ComradeVanti commented
Describe the bug
If the server is started with a games-path that does not exist, it crashes.
To Reproduce
Steps to reproduce the behavior:
- Set the games-path in .env to a path that does not exist
- Start the server
- Crash
Expected behavior
Display a warning and proceed as if not games have been found. Just don't crash.