diff --git a/src/Main.cpp b/src/Main.cpp index 09e0fb2c..f0c535f2 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -68,7 +68,7 @@ BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*l // Ensure we're working with our desired binary if (Utils::Hook::Get(0x4C0FFF) != 0x6824748B) return FALSE; -#ifndef DISABLE_ANTICHEAT +#if !defined(DEBUG) && !defined(DISABLE_ANTICHEAT) []() { Components::AntiCheat::ProtectProcess();