Skip to content

Commit

Permalink
Fixes #1465 (#1544)
Browse files Browse the repository at this point in the history
Co-authored-by: YoungOnion <[email protected]>
  • Loading branch information
gateguardian523 and YoungOnionMC authored Jul 10, 2024
1 parent c33a45f commit 0e6c4c9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@ public void onMachineLoad() {
super.onMachineLoad();
if (this.isLocked()) {
setFilter(stack -> stack.isFluidEqual(this.lockedFluid.getFluid()));
} else {
setFilter(stack -> true);
}
}

Expand Down

0 comments on commit 0e6c4c9

Please sign in to comment.