1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-13 11:18:23 +01:00

Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set.

By: Antony Riley <antony@cyberiantiger.org>
This commit is contained in:
CraftBukkit/Spigot 2015-07-15 19:47:59 +03:00
parent 3cb3a3bd2e
commit d9151fa3c1

View file

@ -799,6 +799,7 @@ class CraftMetaItem implements ItemMeta, Repairable {
DISPLAY.NBT,
REPAIR.NBT,
ENCHANTMENTS.NBT,
HIDEFLAGS.NBT,
CraftMetaMap.MAP_SCALING.NBT,
CraftMetaPotion.POTION_EFFECTS.NBT,
CraftMetaSkull.SKULL_OWNER.NBT,