Forgot to parallelize

This commit is contained in:
Jesse Boyd 2016-08-25 13:03:15 +10:00
parent 0f480b87bc
commit 5ed89f9bb6

View File

@ -106,8 +106,7 @@ public class MCAQueue extends NMSMappedFaweQueue<FaweQueue, FaweChunk, FaweChunk
System.gc();
}
};
// TaskManager.IMP.getPublicForkJoinPool().submit(run);
run.run();
TaskManager.IMP.getPublicForkJoinPool().submit(run);
}
}
} catch (Throwable ignore) {}