diff --git a/src/pocketmine/item/Item.php b/src/pocketmine/item/Item.php index 5ad333758..bf3da2d9e 100644 --- a/src/pocketmine/item/Item.php +++ b/src/pocketmine/item/Item.php @@ -438,7 +438,6 @@ class Item implements ItemIds, \JsonSerializable{ return $this->clearCustomName(); } - /** @var CompoundTag $display */ $display = $this->getNamedTagEntry(self::TAG_DISPLAY); if(!($display instanceof CompoundTag)){ $display = new CompoundTag(self::TAG_DISPLAY);