mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Fix (typo): nake workflow happy
This commit is contained in:
@@ -382,7 +382,7 @@ void AnticheatMgr::TeleportHackDetection(Player* player, MovementInfo movementIn
|
|||||||
float yDiff = fabs(lastY - newY);
|
float yDiff = fabs(lastY - newY);
|
||||||
float zDiff = fabs(lastZ - newZ);
|
float zDiff = fabs(lastZ - newZ);
|
||||||
|
|
||||||
if (player->IsFalling() || player->IsFalling() && player->IsMounted())
|
if (player->IsFalling() || (player->IsFalling() && player->IsMounted()))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (player->duel)
|
if (player->duel)
|
||||||
|
|||||||
Reference in New Issue
Block a user