mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Update to Minecraft 1.16.2
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
@@ -42,6 +47,7 @@
|
||||
|
||||
this.t(f);
|
||||
this.x(f);
|
||||
if (f > 10.0F) {
|
||||
+ this.world.getServer().getPluginManager().callEvent(new EntityUnleashEvent(this.getBukkitEntity(), EntityUnleashEvent.UnleashReason.DISTANCE)); // CraftBukkit
|
||||
this.unleash(true, true);
|
||||
|
Reference in New Issue
Block a user