We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72cea7 commit a9f302fCopy full SHA for a9f302f
src/main/java/me/flame/menus/menu/BaseMenu.java
@@ -611,7 +611,7 @@ protected void recreateItems() {
611
if (itemMap.isEmpty()) return;
612
for (Map.Entry<Integer, MenuItem> entry : itemMap.entrySet()) {
613
int i = entry.getKey() - 1;
614
- MenuItem item = entry.getValue().getItemStack();
+ ItemStack item = entry.getValue().getItemStack();
615
if (item == null || item.getType() == AIR) {
616
inventory.setItem(i, null);
617
continue;
0 commit comments