Update T2CitemBuilder.java

This commit is contained in:
JaTiTV 2023-07-08 21:30:09 +02:00
parent 260dae2aa0
commit ec7714c9fe
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ public class T2CitemBuilder {
} else glass = new ItemStack(Material.valueOf(item.toUpperCase().replace(".", "_")));
ItemMeta itemMetaglass = glass.getItemMeta();
assert itemMetaglass != null;
itemMetaglass.setDisplayName(" ");
glass.setItemMeta(itemMetaglass);
glass.setAmount(1);
for (int i = 0; i < 9 * lines; i++) {