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 beeaff2 commit 6fb069dCopy full SHA for 6fb069d
1 file changed
src/main/java/com/extendedclip/deluxemenus/menu/MenuHolder.java
@@ -189,6 +189,12 @@ public void refreshMenu() {
189
190
ItemStack iStack = item.getItemStack(this);
191
192
+ if (iStack == null) {
193
+ continue;
194
+ }
195
+
196
+ iStack = plugin.getMenuItemMarker().mark(iStack);
197
198
int slot = item.options().slot();
199
200
if (slot >= menu.options().size()) {
0 commit comments