SPIGOT-586: Fix a mistake in CraftMetaItem

This commit is contained in:
Thinkofdeath 2015-02-18 10:19:38 +00:00
parent aa92a45301
commit 3ee97a30eb

View file

@ -205,7 +205,7 @@ class CraftMetaItem implements ItemMeta, Repairable {
@Specific(Specific.To.NBT)
static final ItemMetaKey ATTRIBUTES_UUID_LOW = new ItemMetaKey("UUIDLeast");
@Specific(Specific.To.NBT)
static final ItemMetaKey HIDEFLAGS = new ItemMetaKey("ItemFlags", "hideFlags");
static final ItemMetaKey HIDEFLAGS = new ItemMetaKey("HideFlags", "ItemFlags");
private String displayName;
private List<String> lore;