diff --git a/patches/api/Add-openSign-method-to-HumanEntity.patch b/patches/api/Add-openSign-method-to-HumanEntity.patch index a78f3970e9..15bd7f6d14 100644 --- a/patches/api/Add-openSign-method-to-HumanEntity.patch +++ b/patches/api/Add-openSign-method-to-HumanEntity.patch @@ -47,7 +47,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * The Sign must be in the same world as the player. * * @param sign The sign to edit -+ * @deprecated use {@link #openSign(Sign, Side))} ++ * @deprecated use {@link #openSign(Sign, Side)} */ + @Deprecated public void openSign(@NotNull Sign sign);