Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-20 09:50:06 +01:00
Fix tasks manager
Dieser Commit ist enthalten in:
Ursprung
fb91ff415c
Commit
46bcbc8e63
@ -138,9 +138,9 @@ public class Fawe {
|
||||
}
|
||||
}, 0);*/
|
||||
|
||||
if (!FoliaSupport.isFolia()) {
|
||||
TaskManager.taskManager().repeat(timer, 1);
|
||||
}
|
||||
|
||||
TaskManager.taskManager().repeat(timer, 1);
|
||||
|
||||
|
||||
clipboardExecutor = new KeyQueuedExecutorService<>(new ThreadPoolExecutor(
|
||||
1,
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren