Skip to content

Commit 1c3321a

Browse files
committed
Fix other one too
1 parent 5fd3ea6 commit 1c3321a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public static boolean isItemSimilar(@Nullable ItemStack item, @Nullable ItemStac
382382
return id.equals((sf_sfitem.getId()));
383383
}
384384

385-
ItemMeta meta = sf_sfitem.getItem().getItemMeta();
385+
ItemMeta meta = sfitem.getItemMeta();
386386
return equalsItemMeta(itemMeta, meta, checkLore);
387387
} else if (sfitem instanceof ItemStackWrapper && sfitem.hasItemMeta()) {
388388
Debug.log(TestCase.CARGO_INPUT_TESTING, " is wrapper");

0 commit comments

Comments
 (0)