PartyHubAT/server

Server crash on missing games folder

Closed this issue · 0 comments

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:

  1. Set the games-path in .env to a path that does not exist
  2. Start the server
  3. Crash

Expected behavior
Display a warning and proceed as if not games have been found. Just don't crash.