That didn't work

This commit is contained in:
Raoul Van den Berge
2016-10-31 20:30:37 +01:00
parent cf33b2b1fb
commit 671e79400a

View File

@@ -152,7 +152,7 @@ public class TileDiskDrive extends TileNode implements IItemStorageProvider, IFl
super.onContentsChanged(slot);
if (FMLCommonHandler.instance().getEffectiveSide() == Side.SERVER) {
RSUtils.constructFromDrive(getStackInSlot(slot), slot, itemStorages, fluidStorages, ItemStorage::new, FluidStorage::new);
RSUtils.constructFromDrive(getStackInSlot(slot), slot, itemStorages, fluidStorages, s -> new ItemStorage(s), s -> new FluidStorage(s));
if (network != null) {
network.getItemStorageCache().invalidate();