mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-12-28 20:19:09 +01:00
*
This commit is contained in:
parent
3cae6e08c8
commit
b281370f3b
@ -218,6 +218,9 @@ public class Fawe {
|
|||||||
* Implementation dependent stuff
|
* Implementation dependent stuff
|
||||||
*/
|
*/
|
||||||
this.setupConfigs();
|
this.setupConfigs();
|
||||||
|
|
||||||
|
TaskManager.IMP = this.IMP.getTaskManager();
|
||||||
|
|
||||||
TaskManager.IMP.async(new Runnable() {
|
TaskManager.IMP.async(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
@ -226,7 +229,6 @@ public class Fawe {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
TaskManager.IMP = this.IMP.getTaskManager();
|
|
||||||
if (Settings.IMP.METRICS) {
|
if (Settings.IMP.METRICS) {
|
||||||
try {
|
try {
|
||||||
this.stats = new BStats();
|
this.stats = new BStats();
|
||||||
|
Loading…
Reference in New Issue
Block a user