mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 19:52:55 +01:00
SPIGOT-586: Fix a mistake in CraftMetaItem
This commit is contained in:
parent
aa92a45301
commit
3ee97a30eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue