diff --git a/src/item/Item.php b/src/item/Item.php index 10f270cce..14c10a570 100644 --- a/src/item/Item.php +++ b/src/item/Item.php @@ -317,7 +317,7 @@ class Item implements \JsonSerializable{ $this->hasCustomName() ? $display->setString(self::TAG_DISPLAY_NAME, $this->getCustomName()) : - $display->removeTag(self::TAG_DISPLAY); + $display->removeTag(self::TAG_DISPLAY_NAME); if(count($this->lore) > 0){ $loreTag = new ListTag();