Handle Crafting CPU Gui Networking and background monitoring.

This commit is contained in:
AlgorithmX2
2014-06-27 00:45:29 -05:00
parent 20de41caca
commit ad0151d086
3 changed files with 206 additions and 32 deletions
@@ -116,7 +116,8 @@ public class GuiCraftingCPU extends AEBaseGui implements ISortSource
if ( l.getStackSize() <= 0 )
{
a.reset();
if ( a != null )
a.reset();
}
else
{
@@ -126,6 +127,8 @@ public class GuiCraftingCPU extends AEBaseGui implements ISortSource
a = s.findPrecise( l );
}
if ( a != null )
a.setStackSize( l.getStackSize() );
}
}