mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
update submodule
This commit is contained in:
parent
5957edb9df
commit
c5fd003900
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user