Skip to content

Commit 2b0dc58

Browse files
committed
resolved todo
1 parent fc6c376 commit 2b0dc58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/ellpeck/naturesaura/Helper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public static int blendColors(int c1, int c2, float ratio) {
116116
}
117117

118118
public static boolean areItemsEqual(ItemStack first, ItemStack second, boolean nbt) {
119-
// TODO see if this is the correct new comparison method?
120119
return nbt ? ItemStack.isSameItemSameTags(first, second) : ItemStack.isSameItem(first, second);
121120
}
122121

0 commit comments

Comments
 (0)