aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0531-Support-components-in-ItemMeta.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0531-Support-components-in-ItemMeta.patch')
-rw-r--r--Spigot-Server-Patches/0531-Support-components-in-ItemMeta.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Spigot-Server-Patches/0531-Support-components-in-ItemMeta.patch b/Spigot-Server-Patches/0531-Support-components-in-ItemMeta.patch
index cfaa7386b0..e282bc8e11 100644
--- a/Spigot-Server-Patches/0531-Support-components-in-ItemMeta.patch
+++ b/Spigot-Server-Patches/0531-Support-components-in-ItemMeta.patch
@@ -17,7 +17,7 @@ index fd3e6cda6a0e7154c50608ba9a4b70f3c43c8f2a..94a6d0ad76b10b8790ffb2019bf69724
return IChatBaseComponent.ChatSerializer.a.toJson(ichatbasecomponent);
}
diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java
-index 8f48b58c98ba40d5d7deb6775957e2c6b4d334c6..fc09a30b9792cff4717d0767f7fcef50f6f4ff90 100644
+index e49aa5dd5f8ef8f0c6ad4c4d776adf628c3aa980..4616b3e99b511a83b349d607c7d9faac79baf8df 100644
--- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java
+++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java
@@ -873,11 +873,23 @@ class CraftMetaItem implements ItemMeta, Damageable, Repairable, BlockDataMeta {