Bug: #1057 - "Automatic" CPU selection is picking the wrong crafting CPU

This commit is contained in:
AlgorithmX2 2014-09-10 21:43:16 -05:00
parent 8363aa4310
commit 3f91868d5e

View file

@ -438,7 +438,6 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
if ( cpu.isActive() && !cpu.isBusy() && cpu.getAvailableStorage() >= job.getByteTotal() )
{
validCpusClusters.add( cpu );
break;
}
}