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
1 changed files with 3 additions and 1 deletions

View File

@ -218,6 +218,9 @@ public class Fawe {
* Implementation dependent stuff
*/
this.setupConfigs();
TaskManager.IMP = this.IMP.getTaskManager();
TaskManager.IMP.async(new Runnable() {
@Override
public void run() {
@ -226,7 +229,6 @@ public class Fawe {
}
});
TaskManager.IMP = this.IMP.getTaskManager();
if (Settings.IMP.METRICS) {
try {
this.stats = new BStats();