diff options
Diffstat (limited to 'NorthstarDedicatedTest/host.cpp')
-rw-r--r-- | NorthstarDedicatedTest/host.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/host.cpp b/NorthstarDedicatedTest/host.cpp index 9217c128..6d57f585 100644 --- a/NorthstarDedicatedTest/host.cpp +++ b/NorthstarDedicatedTest/host.cpp @@ -12,7 +12,7 @@ void Host_InitHook(bool bDedicated) // get all mod convars std::vector<std::string> vModConvarNames; - for (auto& mod : g_ModManager->m_loadedMods) + for (auto& mod : g_pModManager->m_loadedMods) for (auto& cvar : mod.ConVars) vModConvarNames.push_back(cvar->Name); |