diff --git a/patches/api/Add-PlayerFailMoveEvent.patch b/patches/api/Add-PlayerFailMoveEvent.patch index 41bcf75af3..316e780469 100644 --- a/patches/api/Add-PlayerFailMoveEvent.patch +++ b/patches/api/Add-PlayerFailMoveEvent.patch @@ -56,7 +56,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + */ + @NotNull + public Location getFrom() { -+ return from; ++ return from.clone(); + } + + /** @@ -65,7 +65,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + */ + @NotNull + public Location getTo() { -+ return to; ++ return to.clone(); + } + + /**