Minor fix

This commit is contained in:
Jesse Boyd 2016-06-27 18:40:19 +10:00
parent 3f6abb1c6f
commit a21390c9cf

View File

@ -191,7 +191,7 @@ public class SetQueue {
boolean parallel = Settings.QUEUE.PARALLEL_THREADS > 1;
SET_TASK.value2.startSet(parallel);
try {
if (parallel) {
if (!parallel) {
SET_TASK.run();
} else {
ArrayList<Thread> threads = new ArrayList<Thread>();