mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-11-21 17:45:48 +01:00
remove a debug line
This commit is contained in:
parent
ea3445280e
commit
2a74183821
@ -30,7 +30,6 @@ public class VoucherMenu extends IconInv {
|
||||
ItemStack voucherr = voucher.toItemStack();
|
||||
ItemMeta vouchermeta = voucherr.getItemMeta();
|
||||
vouchermeta.setDisplayName(voucher.getName());
|
||||
Bukkit.broadcastMessage(voucher.getName());
|
||||
voucherr.setItemMeta(vouchermeta);
|
||||
addIcon(getInventory().firstEmpty(), voucherr, event -> new OptionMenu(instance, voucher).open(event.getPlayer()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user