mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 16:42:03 -07:00
SPIGOT-1986: Fix flying players spamming EntityToggleGlideEvent
This commit is contained in:
@@ -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);
|
|
||||||
|
Reference in New Issue
Block a user