mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Remove broken wings logging
This commit is contained in:
parent
8ba83934a3
commit
a6a19a4d4b
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ public class PlayerPhysics extends EntityPhysics<PlayerEntity> implements Tickab
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pony.isClient()) {
|
if (!pony.isClient()) {
|
||||||
System.out.println(ticksInAir + " " + type.canFly() + " " + isFlying() + " " + EffectUtils.hasBothBrokenWing(entity));
|
|
||||||
if (type.canFly()
|
if (type.canFly()
|
||||||
&& isFlying()
|
&& isFlying()
|
||||||
&& EffectUtils.hasBothBrokenWing(entity)
|
&& EffectUtils.hasBothBrokenWing(entity)
|
||||||
|
|
Loading…
Reference in a new issue