Storage Buses no longer assume an inventory can be accessed just because it implements IInventory.

This commit is contained in:
AlgorithmX2
2014-07-23 17:39:42 -05:00
parent 980dff203f
commit 8bcd346226
3 changed files with 7 additions and 4 deletions
@@ -24,6 +24,7 @@ public class MFRDSUHandler implements IExternalStorageHandler
{
if ( chan == StorageChannel.ITEMS )
return new MEMonitorIInventory( new IMEAdaptor( DSU.instance.getDSU( te ), src ) );
return null;
}
}