From e78c03be98325d8e949d5685b740704cf1e2860c Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 9 Oct 2022 17:50:41 +0200 Subject: [PATCH] Fixed intense lag/lockup when playing as a flying race --- .../minelittlepony/unicopia/entity/player/PlayerPhysics.java | 3 --- 1 file changed, 3 deletions(-) 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 09239f50..7af4f5ba 100644 --- a/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java +++ b/src/main/java/com/minelittlepony/unicopia/entity/player/PlayerPhysics.java @@ -153,9 +153,6 @@ public class PlayerPhysics extends EntityPhysics implements Tickab if (wasFlying) { entity.calculateDimensions(); } - - pony.setDirty(); - entity.sendAbilitiesUpdate(); } private double getHorizontalMotion() {