From b0c1c91c04c8892a49ffc5e9268194e35f2f208d Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 29 Aug 2023 01:08:07 +0100 Subject: [PATCH] Fixed pegasi getting stuck rotated --- .../com/minelittlepony/unicopia/entity/player/PlayerPhysics.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java b/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java index 5eb6e19b..431e58ed 100644 --- a/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java +++ b/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java @@ -352,6 +352,7 @@ public class PlayerPhysics extends EntityPhysics implements Tickab wallHitCooldown = MAX_WALL_HIT_CALLDOWN; soundPlaying = false; descentRate = 0; + ticksDiving = 0; if (Abilities.RAINBOOM.canUse(pony.getActualSpecies()) && entity.isOnGround()) { pony.getMagicalReserves().getCharge().set(0);