diff options
Diffstat (limited to 'nms-patches/EntityHuman.patch')
-rw-r--r-- | nms-patches/EntityHuman.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nms-patches/EntityHuman.patch b/nms-patches/EntityHuman.patch index bcd23a16..e997a403 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); |