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
+1 -3
View File
@@ -33,8 +33,6 @@
#include <signal.h>
#include <time.h>
PathManager path;
bool RunLoops = false;
void CatchSignal(int sig_num);
@@ -44,7 +42,7 @@ int main(int argc, char *argv[]) {
EQEmuLogSys::Instance()->LoadLogSettingsDefaults();
set_exception_handler();
path.LoadPaths();
PathManager::Instance()->Init();
std::string launcher_name;
if(argc == 2) {