mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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()) {
|
||||
System.out.println(ticksInAir + " " + type.canFly() + " " + isFlying() + " " + EffectUtils.hasBothBrokenWing(entity));
|
||||
if (type.canFly()
|
||||
&& isFlying()
|
||||
&& EffectUtils.hasBothBrokenWing(entity)
|
||||
|
|
Loading…
Reference in a new issue