Really fixed issues for today's TF2 engine update (bug 5450).
This commit is contained in:
@@ -127,7 +127,7 @@ void GetIServer()
|
||||
|
||||
#if defined METAMOD_PLAPI_VERSION || PLAPI_VERSION >= 11
|
||||
/* Get the CreateFakeClient function pointer */
|
||||
#if SOURCE_ENGINE == SE_ORANGEBOXVALVE || SOURCE_ENGINE == SE_CSS
|
||||
#if SOURCE_ENGINE == SE_CSS
|
||||
if (!(vfunc=SH_GET_ORIG_VFNPTR_ENTRY(engine, &IVEngineServer::CreateFakeClientEx)))
|
||||
#else
|
||||
if (!(vfunc=SH_GET_ORIG_VFNPTR_ENTRY(engine, &IVEngineServer::CreateFakeClient)))
|
||||
@@ -138,7 +138,7 @@ void GetIServer()
|
||||
#else
|
||||
/* Get the interface manually */
|
||||
SourceHook::MemFuncInfo info = {true, -1, 0, 0};
|
||||
#if SOURCE_ENGINE == SE_ORANGEBOXVALVE || SOURCE_ENGINE == SE_CSS
|
||||
#if SOURCE_ENGINE == SE_CSS
|
||||
SourceHook::GetFuncInfo(&IVEngineServer::CreateFakeClientEx, info);
|
||||
#else
|
||||
SourceHook::GetFuncInfo(&IVEngineServer::CreateFakeClient, info);
|
||||
|
||||
Reference in New Issue
Block a user