diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/AntiAutoFishing.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/AntiAutoFishing.java index e5b739c8..96c25914 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/AntiAutoFishing.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/AntiAutoFishing.java @@ -38,7 +38,7 @@ public class AntiAutoFishing { 1f ), hook.getX(), hook.getY(), hook.getZ()); double motion = -0.4 * RandomUtils.generateRandomDouble(0.6, 1.0); - SparrowHeart.getInstance().sendClientSideEntityMotion(player, new Vector(0, motion,0), hook.getEntityId()); - SparrowHeart.getInstance().sendClientSideEntityMotion(player, new Vector(0, 0,0), hook.getEntityId()); + SparrowHeart.getInstance().sendClientSideEntityMotion(player, new Vector(0, motion, 0), hook.getEntityId()); + SparrowHeart.getInstance().sendClientSideEntityMotion(player, new Vector(0, 0, 0), hook.getEntityId()); } }