Skip to content

Commit 0e3b70e

Browse files
committed
update submodule
1 parent 28fb48b commit 0e3b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/provider/source2/provider_source2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void Source2Provider::Notify_DLLInit_Pre(CreateInterfaceFn engineFactory,
143143
}
144144

145145
#ifdef SHOULD_OVERRIDE_ALLOWDEDICATED_SERVER
146-
m_AllowDedicatedServers.Configure((void*)KHook::ExtractMFP(KHook::GetVtableFunction(serverconfig, &ISource2ServerConfig::AllowDedicatedServers)));
146+
m_AllowDedicatedServers.Configure(KHook::ExtractMFP(KHook::GetVtableFunction(serverconfig, &ISource2ServerConfig::AllowDedicatedServers)));
147147
#endif
148148

149149
m_RegisterLoopMode.Add(enginesvcmgr);

0 commit comments

Comments
 (0)