Skip to content

Commit

Permalink
&&
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroscho committed Nov 9, 2024
1 parent 8992ccd commit 9b2cd61
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ public boolean canBeRotated() {
@Override
@SuppressWarnings("rawtypes")
public List<IMEInventoryHandler> getCellArray(StorageChannel channel) {
if (getProxy().isActive()) {
if (channel == StorageChannel.ITEMS) {
return Collections.singletonList(fluidDropInv.invHandler);
}
if (channel == StorageChannel.ITEMS && getProxy().isActive()) {
return Collections.singletonList(fluidDropInv.invHandler);
}
return Collections.emptyList();
}
Expand Down

0 comments on commit 9b2cd61

Please sign in to comment.