diff options
Diffstat (limited to 'ihl/flexible_cable/InvSlotOutputInProgress.java')
| -rw-r--r-- | ihl/flexible_cable/InvSlotOutputInProgress.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/flexible_cable/InvSlotOutputInProgress.java b/ihl/flexible_cable/InvSlotOutputInProgress.java index 3694aee..da17e0f 100644 --- a/ihl/flexible_cable/InvSlotOutputInProgress.java +++ b/ihl/flexible_cable/InvSlotOutputInProgress.java @@ -82,7 +82,7 @@ public class InvSlotOutputInProgress extends IronWorkbenchInvSlot{ List<ItemStack> list = new ArrayList<ItemStack>();
for(int i=0;i<this.size;i++)
{
- if(this.slotRecipe[i]==slotRecipeIndex)
+ if(this.slotRecipe[i]==slotRecipeIndex && get(i)!=null)
{
list.add(get(i));
}
|
