mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-31 12:23:51 -07:00
Update to Minecraft 1.14.1
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
@@ -119,6 +125,26 @@
|
||||
if (this.exitPortal != null) {
|
||||
BlockPosition blockposition = this.exactTeleport ? this.exitPortal : this.s();
|
||||
BlockPosition blockposition = this.exactTeleport ? this.exitPortal : this.t();
|
||||
|
||||
+ // CraftBukkit start - Fire PlayerTeleportEvent
|
||||
+ if (entity instanceof EntityPlayer) {
|
||||
|
Reference in New Issue
Block a user