This commit is contained in:
Jesse Boyd 2018-05-17 19:17:28 +10:00
parent 3cae6e08c8
commit b281370f3b
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -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();