Fix Item Channel for Fluid Crash.

This commit is contained in:
AlgorithmX2 2014-02-02 10:22:55 -06:00
parent af8e356bec
commit 9b3a6c4a95

View file

@ -106,7 +106,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 ) );
}
}