mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 03:29:46 +01:00
Fix display item bug
This commit is contained in:
parent
b2f0a6d4d4
commit
b24213fdc3
@ -192,6 +192,7 @@ public class KitItem implements Cloneable {
|
||||
|
||||
if (displayItem != null) {
|
||||
item.setType(displayItem);
|
||||
meta = item.getItemMeta();
|
||||
}
|
||||
if (meta != null) {
|
||||
if (displayName != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user