[AntiCheat] Remove virtualprotect hook
This commit is contained in:
parent
d8c3e7fcee
commit
08bff1cf59
@ -284,7 +284,7 @@ namespace Components
|
|||||||
});
|
});
|
||||||
|
|
||||||
#if !defined(DEBUG) && !defined(DISABLE_ANTICHEAT)
|
#if !defined(DEBUG) && !defined(DISABLE_ANTICHEAT)
|
||||||
AntiCheat::PatchVirtualProtect(VirtualProtect, VirtualProtectEx);
|
if(!Dedicated::IsEnabled()) AntiCheat::PatchVirtualProtect(VirtualProtect, VirtualProtectEx);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user