Typo itemsg

This commit is contained in:
thatsIch
2014-09-21 01:05:55 +02:00
parent 9c668a6855
commit 51b7bede7f
@@ -213,12 +213,12 @@ public class ContainerCraftConfirm extends AEBaseContainer
p.setStackSize( out.getCountRequestable() );
IStorageGrid sg = getGrid().getCache( IStorageGrid.class );
IMEInventory<IAEItemStack> itemsg = sg.getItemInventory();
IMEInventory<IAEItemStack> items = sg.getItemInventory();
if ( c != null && result.isSimulation() )
{
m = o.copy();
o = itemsg.extractItems( o, Actionable.SIMULATE, mySrc );
o = items.extractItems( o, Actionable.SIMULATE, mySrc );
if ( o == null )
{