diff --git a/src/main/java/com/raoulvdberge/refinedstorage/tile/grid/portable/PortableGrid.java b/src/main/java/com/raoulvdberge/refinedstorage/tile/grid/portable/PortableGrid.java index 015a043f1..9ac590a74 100644 --- a/src/main/java/com/raoulvdberge/refinedstorage/tile/grid/portable/PortableGrid.java +++ b/src/main/java/com/raoulvdberge/refinedstorage/tile/grid/portable/PortableGrid.java @@ -126,7 +126,7 @@ public class PortableGrid implements IGrid, IPortableGrid { drainEnergy(RS.INSTANCE.config.portableGridOpenUsage); - // If there is no disk onContentsChanged isn't called and the update isn't sent + // If there is no disk onContentsChanged isn't called and the update isn't sent, thus items from the previous grid view would remain clientside if (!player.getEntityWorld().isRemote && disk.getStackInSlot(0).isEmpty()) { cache.invalidate(); }