From a6a19a4d4be671b50c8122baa9b48f028c30679b Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 25 May 2024 15:54:45 +0100 Subject: [PATCH] Remove broken wings logging --- .../com/minelittlepony/unicopia/entity/player/PlayerPhysics.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java b/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java index 836ce227..1dc7851f 100644 --- a/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java +++ b/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java @@ -290,7 +290,6 @@ public class PlayerPhysics extends EntityPhysics implements Tickab } if (!pony.isClient()) { - System.out.println(ticksInAir + " " + type.canFly() + " " + isFlying() + " " + EffectUtils.hasBothBrokenWing(entity)); if (type.canFly() && isFlying() && EffectUtils.hasBothBrokenWing(entity)