update submodule

This commit is contained in:
Kenzzer 2025-04-29 14:17:17 +00:00
parent 5957edb9df
commit c5fd003900
No known key found for this signature in database
GPG Key ID: 64C3FD4332686DC1

View File

@ -143,7 +143,7 @@ void Source2Provider::Notify_DLLInit_Pre(CreateInterfaceFn engineFactory,
}
#ifdef SHOULD_OVERRIDE_ALLOWDEDICATED_SERVER
m_AllowDedicatedServers.Configure((void*)KHook::ExtractMFP(KHook::GetVtableFunction(serverconfig, &ISource2ServerConfig::AllowDedicatedServers)));
m_AllowDedicatedServers.Configure(KHook::ExtractMFP(KHook::GetVtableFunction(serverconfig, &ISource2ServerConfig::AllowDedicatedServers)));
#endif
m_RegisterLoopMode.Add(enginesvcmgr);