diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 82eb64d..37007a5 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -168,6 +168,9 @@ void AnticheatMgr::TeleportPlaneHackDetection(Player* player, MovementInfo movem if (opcode == (MSG_MOVE_FALL_LAND)) return; + if (player->GetLiquidData().Status == LIQUID_MAP_ABOVE_WATER) + return; + if (movementInfo.HasMovementFlag(MOVEMENTFLAG_FALLING | MOVEMENTFLAG_SWIMMING)) return;