Merge branch 'master' into akkadius/logsys-global-to-singleton

This commit is contained in:
Chris Miles
2025-06-25 13:56:25 -05:00
committed by GitHub
151 changed files with 2739 additions and 1731 deletions
+2 -4
View File
@@ -36,8 +36,6 @@
#include "../common/evolving_items.h"
WorldContentService content_service;
ZoneStore zone_store;
PathManager path;
PlayerEventLogs player_event_logs;
EvolvingItemsManager evolving_items_manager;
@@ -83,7 +81,7 @@ int main(int argc, char **argv)
EQEmuLogSys::Instance()->LoadLogSettingsDefaults();
set_exception_handler();
path.LoadPaths();
PathManager::Instance()->Init();
LogInfo("Shared Memory Loader Program");
if (!EQEmuConfig::LoadConfig()) {
@@ -126,7 +124,7 @@ int main(int argc, char **argv)
}
EQEmuLogSys::Instance()->SetDatabase(&database)
->SetLogPath(path.GetLogPath())
->SetLogPath(PathManager::Instance()->GetLogPath())
->LoadLogDatabaseSettings()
->StartFileLogs();