From f414c2753d2a548c849e4b02a86ded6bfd24269f Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+IcePixelx@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:52:31 +0200 Subject: [PATCH] Commented un-used hook --- r5dev/client/cdll_engine_int.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/client/cdll_engine_int.cpp b/r5dev/client/cdll_engine_int.cpp index e6120eea..efab29b8 100644 --- a/r5dev/client/cdll_engine_int.cpp +++ b/r5dev/client/cdll_engine_int.cpp @@ -37,10 +37,10 @@ ClientClass* CHLClient::GetAllClasses() /////////////////////////////////////////////////////////////////////////////// void CHLClient_Attach() { - DetourAttach((LPVOID*)&CHLClient_FrameStageNotify, &CHLClient::FrameStageNotify); + //DetourAttach((LPVOID*)&CHLClient_FrameStageNotify, &CHLClient::FrameStageNotify); } void CHLClient_Detach() { - DetourDetach((LPVOID*)&CHLClient_FrameStageNotify, &CHLClient::FrameStageNotify); + //DetourDetach((LPVOID*)&CHLClient_FrameStageNotify, &CHLClient::FrameStageNotify); }