mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-19 03:35:45 +00:00
Fix (Module) Bool Flipped
Bool Flipped for Climb Hack.
This commit is contained in:
@@ -264,7 +264,7 @@ void AnticheatMgr::StartHackDetection(Player* player, MovementInfo movementInfo,
|
||||
// basic detection
|
||||
void AnticheatMgr::ClimbHackDetection(Player* player, MovementInfo movementInfo, uint32 opcode)
|
||||
{
|
||||
if (!sConfigMgr->GetOption<bool>("Anticheat.DetectClimbHack", false))
|
||||
if (!sConfigMgr->GetOption<bool>("Anticheat.DetectClimbHack", true))
|
||||
return;
|
||||
|
||||
ObjectGuid key = player->GetGUID();
|
||||
|
||||
Reference in New Issue
Block a user