Lowered CPU's Default Specs ( darn testing code )
This commit is contained in:
parent
cd95eb49ff
commit
8cdbb31b05
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU
|
||||||
if ( waiting || tasks.isEmpty() ) // nothing to do here...
|
if ( waiting || tasks.isEmpty() ) // nothing to do here...
|
||||||
return;
|
return;
|
||||||
|
|
||||||
int remainingOperations = accelerator + 1 + 90;
|
int remainingOperations = accelerator + 1;
|
||||||
boolean didsomething = false;
|
boolean didsomething = false;
|
||||||
|
|
||||||
Iterator<Entry<ICraftingPatternDetails, TaskProgress>> i = tasks.entrySet().iterator();
|
Iterator<Entry<ICraftingPatternDetails, TaskProgress>> i = tasks.entrySet().iterator();
|
||||||
|
|
Loading…
Reference in a new issue