diff --git a/packs/BP/scripts/classes/Instance/FlexibleInstanceMove.js b/packs/BP/scripts/classes/Instance/FlexibleInstanceMove.js index 02fddef..a7def96 100644 --- a/packs/BP/scripts/classes/Instance/FlexibleInstanceMove.js +++ b/packs/BP/scripts/classes/Instance/FlexibleInstanceMove.js @@ -71,8 +71,6 @@ export class FlexibleInstanceMove { if (playerMovement.isSneaking()) velocity.y -= 1; - if (velocity.length > 0) - velocity = velocity.normalized; return velocity.multiply(speedFactor); }