Fix (Module) Bool Flipped

Bool Flipped for Climb Hack.
This commit is contained in:
MDIC
2022-03-24 11:26:48 -04:00
parent a8196f3bab
commit 898bab7f9d

View File

@@ -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();