fix: hardcore mode fixes (#1883)

fixes hardcore modes uscore drops
adds config option for excluded item drops

f

feat: Add logging for config options on load and reload

feat: Add logging for config options on load and reload
This commit is contained in:
David Markowitz
2025-09-21 18:12:50 -07:00
committed by GitHub
parent bb05b3ac0d
commit 4a577f233d
6 changed files with 16 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ int main(int argc, char** argv) {
//Create all the objects we need to run our service:
Server::SetupLogger("MasterServer");
if (!Game::logger) return EXIT_FAILURE;
Game::config->LogSettings();
auto folders = { "navmeshes", "migrations", "vanity" };