diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index 59f7ec9d9..97d8454b5 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -295,12 +295,12 @@ void OTRGlobals::Initialize() { #else auto defaultLogLevel = spdlog::level::info; #endif + context->InitConfiguration(); + context->InitConsoleVariables(); auto logLevel = static_cast(CVarGetInteger(CVAR_DEVELOPER_TOOLS("LogLevel"), defaultLogLevel)); context->InitLogging(logLevel, logLevel); Ship::Context::GetInstance()->GetLogger()->set_pattern("[%H:%M:%S.%e] [%s:%#] [%l] %v"); - context->InitConfiguration(); - context->InitConsoleVariables(); context->InitGfxDebugger(); context->InitFileDropMgr();