[AntiCheat] Remove virtualprotect hook

This commit is contained in:
momo5502 2017-06-02 21:24:11 +02:00
parent d8c3e7fcee
commit 08bff1cf59

View File

@ -284,7 +284,7 @@ namespace Components
});
#if !defined(DEBUG) && !defined(DISABLE_ANTICHEAT)
AntiCheat::PatchVirtualProtect(VirtualProtect, VirtualProtectEx);
if(!Dedicated::IsEnabled()) AntiCheat::PatchVirtualProtect(VirtualProtect, VirtualProtectEx);
#endif
}