From 8560daf0a1ea1c6cbd8739bdd2dc509aabb862ad Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 10 Mar 2017 23:18:19 +0100 Subject: [PATCH] [Main] Remove interception hook --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index 553fcf4a..ec3a2bc8 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -64,7 +64,7 @@ BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*l #ifndef DISABLE_ANTICHEAT []() { - Utils::Hook::Interceptor::Install(_AddressOfReturnAddress(), Components::AntiCheat::ProtectProcess); + Components::AntiCheat::ProtectProcess(); }(); #endif