diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index cff6a76e20..7f65c99380 100644 --- a/nms-patches/EntityPlayer.patch +++ b/nms-patches/EntityPlayer.patch @@ -398,7 +398,7 @@ + return null; + } + -+ exit = event.getTo(); ++ exit = tpEvent.getTo(); + if (exit == null) { + return null; + }