Fix display item bug

This commit is contained in:
ceze88 2023-04-13 16:13:09 +02:00
parent b2f0a6d4d4
commit b24213fdc3
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ public class KitItem implements Cloneable {
if (displayItem != null) {
item.setType(displayItem);
meta = item.getItemMeta();
}
if (meta != null) {
if (displayName != null) {