SPIGOT-1986: Fix flying players spamming EntityToggleGlideEvent

By: 0x277F <0x277F@gmail.com>
This commit is contained in:
CraftBukkit/Spigot 2016-03-19 18:00:15 -06:00
parent bee4c7641d
commit 277b9a6caa

View file

@ -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);