diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 4567340..1dc50fd 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 (player->IsFalling() || player->IsFalling() && player->IsMounted()) + if (player->IsFalling() || (player->IsFalling() && player->IsMounted())) return; if (player->duel)