Formation Plane can't store Fluids.

This commit is contained in:
AlgorithmX2 2014-09-08 13:08:57 -05:00
parent db52d849e2
commit 847f8aa35b

View file

@ -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 );