mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Setup dispatcher during startup
This commit is contained in:
parent
54642914e5
commit
2532f0ba22
@ -151,12 +151,13 @@ public final class CommandManager {
|
||||
|
||||
this.methodMap = new ConcurrentHashMap<>();
|
||||
|
||||
TaskManager.IMP.task(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
setupDispatcher();
|
||||
}
|
||||
});
|
||||
// TaskManager.IMP.task(new Runnable() {
|
||||
// @Override
|
||||
// public void run() {
|
||||
//
|
||||
// }
|
||||
// });
|
||||
setupDispatcher();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user