SPIGOT-1986: Fix flying players spamming EntityToggleGlideEvent

This commit is contained in:
0x277F 2016-03-19 18:00:15 -06:00 committed by md_5
parent a8eec15e53
commit 02b26eec0e

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