We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b772a2a commit 56bc709Copy full SHA for 56bc709
src/Source/exportfuncs.cpp
@@ -286,11 +286,11 @@ void InstallEngineHook() {
286
Fill_InlineEfxHook(R_BloodSprite);
287
Fill_InlineEfxHook(R_TempModel);
288
Fill_EngFunc(pfnPlaybackEvent);
289
- Fill_EngFunc(pfnClientCmd);
+ //Fill_EngFunc(pfnClientCmd);
290
Fill_EngFunc(Key_Event);
291
292
Install_InlineEngHook(pfnPlaybackEvent);
293
- Install_InlineEngHook(pfnClientCmd);
+ //Install_InlineEngHook(pfnClientCmd);
294
Install_InlineEngHook(Key_Event);
295
Install_InlineEngHook(R_NewMap);
296
Install_InlineEngHook(CL_IsDevOverview);
0 commit comments