mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 11:41:28 +01:00
Fix for setting material to air.
This commit is contained in:
parent
de504c3d12
commit
fff482d873
@ -147,8 +147,8 @@ public class PreviewKitGui extends Gui {
|
||||
for (String str : meta.getLore()) {
|
||||
newLore.add(str.replace("{PLAYER}", player.getName()).replace("<PLAYER>", player.getName()));
|
||||
}
|
||||
meta.setLore(newLore);
|
||||
}
|
||||
meta.setLore(newLore);
|
||||
is.setItemMeta(meta);
|
||||
return is;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user