From c03f397607b3600d157a0df8617aa022bb896c69 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:43:44 +0200 Subject: [PATCH] Typo injec --- crafting/MECraftingInventory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crafting/MECraftingInventory.java b/crafting/MECraftingInventory.java index 0b750a86..3efd5771 100644 --- a/crafting/MECraftingInventory.java +++ b/crafting/MECraftingInventory.java @@ -200,10 +200,10 @@ public class MECraftingInventory implements IMEInventory if ( logInjections ) { - for (IAEItemStack injec : injectedCache) + for (IAEItemStack inject : injectedCache) { IAEItemStack result = null; - added.add( result = target.injectItems( injec, Actionable.MODULATE, src ) ); + added.add( result = target.injectItems( inject, Actionable.MODULATE, src ) ); if ( result != null ) {