[Main] Remove interception hook
This commit is contained in:
parent
b68fdec435
commit
8560daf0a1
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user