Fixed pegasi getting stuck rotated

This commit is contained in:
Sollace 2023-08-29 01:08:07 +01:00
parent ba0f5ecd4c
commit b0c1c91c04
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -352,6 +352,7 @@ public class PlayerPhysics extends EntityPhysics<PlayerEntity> 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);