[Main] Remove interception hook

This commit is contained in:
momo5502 2017-03-10 23:18:19 +01:00
parent b68fdec435
commit 8560daf0a1

View File

@ -64,7 +64,7 @@ BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*l
#ifndef DISABLE_ANTICHEAT #ifndef DISABLE_ANTICHEAT
[]() []()
{ {
Utils::Hook::Interceptor::Install(_AddressOfReturnAddress(), Components::AntiCheat::ProtectProcess); Components::AntiCheat::ProtectProcess();
}(); }();
#endif #endif