diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 4c4d4c5..4567340 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -382,7 +382,7 @@ void AnticheatMgr::TeleportHackDetection(Player* player, MovementInfo movementIn float yDiff = fabs(lastY - newY); float zDiff = fabs(lastZ - newZ); - if (movementInfo.HasMovementFlag(MOVEMENTFLAG_FALLING)) + if (player->IsFalling() || player->IsFalling() && player->IsMounted()) return; if (player->duel)