Formation Plane can't store Fluids.
This commit is contained in:
parent
db52d849e2
commit
847f8aa35b
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ public class PartFormationPlane extends PartUpgradeable implements ICellContaine
|
|||
@Override
|
||||
public List<IMEInventoryHandler> getCellArray(StorageChannel channel)
|
||||
{
|
||||
if ( proxy.isActive() )
|
||||
if ( proxy.isActive() && channel == StorageChannel.ITEMS )
|
||||
{
|
||||
List<IMEInventoryHandler> Handler = new ArrayList( 1 );
|
||||
Handler.add( myHandler );
|
||||
|
|
Loading…
Add table
Reference in a new issue