Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jun 9, 2024
1 parent 15d2bd4 commit 07a2377
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ public boolean handleCacheMiss(ItemStack stack) {
if (curStack.isEmpty()) continue;

if (this.strategy.equals(stack, curStack)) {
// container items like buckets or tools might need special behavior maybe?
var slots = this.stackLookupMap.computeIfAbsent(stack.copy(), k -> new IntArraySet());
if (slots.add(i)) return true;
}
Expand Down

0 comments on commit 07a2377

Please sign in to comment.