feat (update): OpCodeAck Hack Detection fully established.

This commit is contained in:
MDIC
2022-08-21 10:00:20 -04:00
parent a4e1ef2feb
commit 87fcf71e26
6 changed files with 32 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ public:
void OnUpdate(Player* player, uint32 diff) override
{
if (sConfigMgr->GetOption<bool>("Anticheat.OpAckOrderHack", true))
if (sConfigMgr->GetOption<bool>("Anticheat.OpAckOrderHack", true) && sConfigMgr->GetOption<bool>("Anticheat.Enabled", true))
sAnticheatMgr->AckUpdate(player, diff);
}
};