Typo injec
This commit is contained in:
parent
ff2f7b9cf5
commit
c03f397607
1 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue