Skip to content

Commit

Permalink
Fix code smell that i didnt cause
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexAdrian committed Jan 11, 2024
1 parent 34695d5 commit da939aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class SelectableFluidContainer implements FluidContainer {

public SelectableList<FluidHolder> storedFluid = SelectableList.of(FluidHolder.empty());
private SelectableList<FluidHolder> storedFluid = SelectableList.of(FluidHolder.empty());
public final long maxAmount;
public final Predicate<FluidHolder> fluidFilter;

Expand Down

0 comments on commit da939aa

Please sign in to comment.