mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed bat ponies dropping pegasus feathers
This commit is contained in:
parent
d27d75f00c
commit
c185071478
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ public class PlayerPhysics extends EntityPhysics<PlayerEntity> implements Tickab
|
|||
|
||||
entity.fallDistance = 0;
|
||||
|
||||
if (type.isAvian()) {
|
||||
if (type.isAvian() && pony.getSpecies() != Race.BAT) {
|
||||
applyThrust(velocity);
|
||||
|
||||
if (entity.world.random.nextInt(9000) == 0) {
|
||||
|
|
Loading…
Reference in a new issue