Skip to content

Commit 9fcff9c

Browse files
Intybyteybw0014
andauthored
Update src/main/java/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.java
Co-authored-by: ybw0014 <i@guizhanss.com>
1 parent 7483495 commit 9fcff9c

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
@@ -360,7 +360,7 @@ public static boolean isItemSimilar(@Nullable ItemStack item, @Nullable ItemStac
360360
}
361361

362362
if (!checkDistinction) {
363-
return id.equals((sf_sfitem.getId()));
363+
return id.equals(sf_sfitem.getId());
364364
}
365365

366366
/*

0 commit comments

Comments
 (0)