Skip to content

Commit 56bc709

Browse files
author
Dr.Abc
committed
block some hook, just pop version up
1 parent b772a2a commit 56bc709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Source/exportfuncs.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ void InstallEngineHook() {
286286
Fill_InlineEfxHook(R_BloodSprite);
287287
Fill_InlineEfxHook(R_TempModel);
288288
Fill_EngFunc(pfnPlaybackEvent);
289-
Fill_EngFunc(pfnClientCmd);
289+
//Fill_EngFunc(pfnClientCmd);
290290
Fill_EngFunc(Key_Event);
291291

292292
Install_InlineEngHook(pfnPlaybackEvent);
293-
Install_InlineEngHook(pfnClientCmd);
293+
//Install_InlineEngHook(pfnClientCmd);
294294
Install_InlineEngHook(Key_Event);
295295
Install_InlineEngHook(R_NewMap);
296296
Install_InlineEngHook(CL_IsDevOverview);

0 commit comments

Comments
 (0)