Automatic vs Manual Job Sorting.

This commit is contained in:
AlgorithmX2
2014-07-31 20:06:37 -05:00
parent 95c770e198
commit 62289dcf82
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ public class MultiCraftingTracker
if ( job != null )
{
setJob( x, null );
setLink( x, cg.submitJob( job, owner, null, mySrc ) );
setLink( x, cg.submitJob( job, owner, null, false, mySrc ) );
return true;
}
}