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