Skip to content

Commit

Permalink
Changed display
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Aug 12, 2021
1 parent 378218b commit ebc76bb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ public ItemStack revert(@NotNull final ItemStack itemStack) {
unfinalize(itemStack);
}

if (!itemStack.hasItemMeta()) {
return itemStack;
}

ItemMeta meta = itemStack.getItemMeta();

if (meta == null) {
Expand Down

0 comments on commit ebc76bb

Please sign in to comment.