mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-29 00:13:49 +00:00
typo
This commit is contained in:
@@ -474,7 +474,7 @@ void AnticheatMgr::ClimbHackDetection(Player* player, MovementInfo movementInfo,
|
||||
// basic detection
|
||||
void AnticheatMgr::AntiSwimHackDetection(Player* player, MovementInfo movementInfo)
|
||||
{
|
||||
if (!sConfigMgr->GetOption<bool>("Anticheat.AntiSwimClimbHack", true))
|
||||
if (!sConfigMgr->GetOption<bool>("Anticheat.AntiSwimHack", true))
|
||||
return;
|
||||
|
||||
if (player->GetLiquidData().Status == LIQUID_MAP_UNDER_WATER && !movementInfo.HasMovementFlag(MOVEMENTFLAG_SWIMMING))
|
||||
|
||||
Reference in New Issue
Block a user