[AntiCheat] Fix virtual protect hook
This commit is contained in:
parent
ddddf9914d
commit
139ac3a80b
@ -615,5 +615,10 @@ namespace Components
|
||||
{
|
||||
AntiCheat::LoadLibHook[i].uninstall();
|
||||
}
|
||||
|
||||
for (int i = 0; i < ARRAYSIZE(AntiCheat::VirtualProtectHook); ++i)
|
||||
{
|
||||
AntiCheat::VirtualProtectHook[i].uninstall(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user