SPIGOT-7761: Ender pearl does not damage or spawn endermites

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2024-06-15 18:47:12 +10:00
parent 7feadbf2ee
commit 199310d0bd
2 changed files with 3 additions and 3 deletions

View File

@@ -1062,7 +1062,7 @@
+ }
+ } else {
+ // player teleport event is called in the underlining code
+ if (((EntityPlayer) this).connection.teleport(d0, d6, d2, this.getYRot(), this.getXRot(), java.util.Collections.emptySet(), cause)) {
+ if (!((EntityPlayer) this).connection.teleport(d0, d6, d2, this.getYRot(), this.getXRot(), java.util.Collections.emptySet(), cause)) {
+ return Optional.empty();
+ }
+ }