diff options
author | Lulu13022002 <[email protected]> | 2024-06-20 17:57:56 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-20 08:57:56 -0700 |
commit | cf60574a2f84893881eb9ce7f6598d45f7ad8937 (patch) | |
tree | 1dedb56df37d2d96bd601b2e02091158ed8f6d5f /patches/server/0977-Fix-equipment-slot-and-group-API.patch | |
parent | 2df432f6afd595ad6d56b09e46eec487b1ceb4f3 (diff) | |
download | Paper-cf60574a2f84893881eb9ce7f6598d45f7ad8937.tar.gz Paper-cf60574a2f84893881eb9ce7f6598d45f7ad8937.zip |
Fix jukebox playable component not being applied on item meta (#10922)
Diffstat (limited to 'patches/server/0977-Fix-equipment-slot-and-group-API.patch')
-rw-r--r-- | patches/server/0977-Fix-equipment-slot-and-group-API.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0977-Fix-equipment-slot-and-group-API.patch b/patches/server/0977-Fix-equipment-slot-and-group-API.patch index 0bf279e5b0..44970da7a1 100644 --- a/patches/server/0977-Fix-equipment-slot-and-group-API.patch +++ b/patches/server/0977-Fix-equipment-slot-and-group-API.patch @@ -32,7 +32,7 @@ index 9d74577af071954e1e37201a96368c1360076209..eafa54c870c3e2aef30c3f9f96f51660 throw new IllegalArgumentException("Not implemented. This is a bug"); } diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java -index b62496dee2551a3485fc0f70cfd7ef99c8c6718d..1f52bfccc0bebf3f59af88f0cdab58015e115af0 100644 +index 776f4dcc0b61a5b8ee4020a283cfcfacefbe682e..9aef0223cd790d9f4a74dfe22e7926027c08dca5 100644 --- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java +++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java @@ -1452,7 +1452,7 @@ class CraftMetaItem implements ItemMeta, Damageable, Repairable, BlockDataMeta { |