mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
feat (update): OpCodeAck Hack Detection fully established.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user