Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cell_workbench' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Apr 30, 2023
2 parents acfdd90 + 54bdeab commit 273c91b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ protected FluidCellInventoryHandler(final IMEInventory<IAEFluidStack> c) {
final ItemStack is = config.getStackInSlot(x);
if (Util.getFluidFromItem(is) != null) {
priorityList.add(AEFluidStack.create(Util.getFluidFromItem(is)));
break;
}
}
if (!priorityList.isEmpty()) {
Expand Down

0 comments on commit 273c91b

Please sign in to comment.