diff --git a/patches/api/Add-PlayerUseUnknownEntityEvent.patch b/patches/api/Add-PlayerUseUnknownEntityEvent.patch index c1f2d49c72..494ff1c326 100644 --- a/patches/api/Add-PlayerUseUnknownEntityEvent.patch +++ b/patches/api/Add-PlayerUseUnknownEntityEvent.patch @@ -82,7 +82,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * @see org.bukkit.event.player.PlayerInteractAtEntityEvent + */ + public @Nullable Vector getClickedRelativePosition() { -+ return clickedPosition.clone(); ++ return this.clickedPosition != null ? this.clickedPosition.clone() : null; + } + + @NotNull