Skip to content

Commit f162e32

Browse files
committed
Fix StackMatcher map lookup misses
1 parent 3c9d002 commit f162e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/dev/terminalmc/clientsort/client/order/StackMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ private boolean hasAllEqualComponents(DataComponentMap components) {
129129

130130
@Override
131131
public int hashCode() {
132-
return Objects.hashCode(item, components);
132+
return Objects.hashCode(item);
133133
}
134134
}

0 commit comments

Comments
 (0)