Automatic "reload server"

No clue. Try running it in debug mode and see if you get any information from that.

O well, I might take a look on that bug later but for now what I did is:
Modify line 351:

	if ((int)difftime(lastTimer, last3mTimer) >= 10)
	{
		last3mTimer = lastTimer;
		loadFileSystem();
	}

And add this to line 505 (so the gserver loads the logs folder by default):

filesystem[0].addDir("logs");

Maybe it’d be nice to consider adding “…” support to loadFolderConfig.

Anyway, you can close this feature request as resolved or whatever, since what I did works for my server. Every 10 seconds is often to reload the filesystem but it works.