3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-10-03 12:11:04 +02:00

Fix tasks manager

Dieser Commit ist enthalten in:
Phillip Glanz 2023-04-02 17:34:21 +02:00 committet von Phillipp Glanz
Ursprung fb91ff415c
Commit 46bcbc8e63

Datei anzeigen

@ -138,9 +138,9 @@ public class Fawe {
}
}, 0);*/
if (!FoliaSupport.isFolia()) {
TaskManager.taskManager().repeat(timer, 1);
}
clipboardExecutor = new KeyQueuedExecutorService<>(new ThreadPoolExecutor(
1,