Fixed Another crash with Channel / Fluids.

This commit is contained in:
AlgorithmX2 2014-02-02 11:13:35 -06:00
parent 9b3a6c4a95
commit 35d62e4267

View file

@ -74,7 +74,7 @@ public class GridStorageCache implements IStorageGrid
for (IMEInventoryHandler<IAEFluidStack> h : cc.getCellArray( StorageChannel.FLUIDS ))
{
postChanges( StorageChannel.ITEMS, -1, h.getAvailableItems( new ItemList<IAEFluidStack>() ), new MachineSource( cc ) );
postChanges( StorageChannel.FLUIDS, -1, h.getAvailableItems( new ItemList<IAEFluidStack>() ), new MachineSource( cc ) );
}
}