mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-17 21:11:26 +01:00
endSet for manual queue flushing
This commit is contained in:
parent
338d2094ce
commit
8a5fb59a7e
@ -230,6 +230,7 @@ public class SetQueue {
|
|||||||
queue.setStage(QueueStage.NONE);
|
queue.setStage(QueueStage.NONE);
|
||||||
queue.runTasks();
|
queue.runTasks();
|
||||||
}
|
}
|
||||||
|
queue.endSet(Settings.IMP.QUEUE.PARALLEL_THREADS > 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public FaweQueue getNextQueue() {
|
public FaweQueue getNextQueue() {
|
||||||
|
Loading…
Reference in New Issue
Block a user