Typo injec

This commit is contained in:
thatsIch 2014-09-21 02:43:44 +02:00
parent ff2f7b9cf5
commit c03f397607

View file

@ -200,10 +200,10 @@ public class MECraftingInventory implements IMEInventory<IAEItemStack>
if ( logInjections ) if ( logInjections )
{ {
for (IAEItemStack injec : injectedCache) for (IAEItemStack inject : injectedCache)
{ {
IAEItemStack result = null; IAEItemStack result = null;
added.add( result = target.injectItems( injec, Actionable.MODULATE, src ) ); added.add( result = target.injectItems( inject, Actionable.MODULATE, src ) );
if ( result != null ) if ( result != null )
{ {