Fix (typo): nake workflow happy

This commit is contained in:
M'Dic
2022-08-17 22:48:27 -04:00
committed by GitHub
parent add30b4995
commit 9e9105080b

View File

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