diff --git a/nms-patches/EntityHuman.patch b/nms-patches/EntityHuman.patch index bcd23a16b3..e997a403ae 100644 --- a/nms-patches/EntityHuman.patch +++ b/nms-patches/EntityHuman.patch @@ -378,11 +378,3 @@ } } -@@ -1266,6 +1426,7 @@ - this.motY = d3 * 0.6D; - this.aQ = f2; - this.fallDistance = 0.0F; -+ if (!getFlag(7) && !CraftEventFactory.callToggleGlideEvent(this, false).isCancelled()) // CraftBukkit - this.setFlag(7, false); - } else { - super.g(f, f1);