mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 05:35:37 +01:00
Minor fix
This commit is contained in:
parent
3f6abb1c6f
commit
a21390c9cf
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user