mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed seapony models breaking when the player crouches
This commit is contained in:
parent
fed90010e0
commit
d57876ddba
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ public class ModelSeapony<T extends LivingEntity> extends ModelUnicorn<T> {
|
|||
|
||||
// Seaponies can't sneak, silly
|
||||
isSneaking = false;
|
||||
isCrouching = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue