diff --git a/me/storage/MEMonitorIInventory.java b/me/storage/MEMonitorIInventory.java index 981738eba..979025cb8 100644 --- a/me/storage/MEMonitorIInventory.java +++ b/me/storage/MEMonitorIInventory.java @@ -229,7 +229,7 @@ public class MEMonitorIInventory implements IMEInventory, IMEMonit { for (CachedItemStack cis : end.values()) { - if ( cis != null ) + if ( cis != null && cis.aeStack != null ) { IAEItemStack a = cis.aeStack.copy(); a.setStackSize( -a.getStackSize() );