mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Fix progres tracking spam
This commit is contained in:
parent
77ea4fa37c
commit
5ffacaaf12
@ -78,12 +78,6 @@ public class DefaultProgressTracker extends RunnableVal2<FaweQueue.ProgressType,
|
||||
public void doneTask() {
|
||||
final long time = System.currentTimeMillis() - start;
|
||||
player.sendTitle("", BBC.PROGRESS_DONE.format(time / 1000d));
|
||||
TaskManager.IMP.later(new Runnable() { // Run on main thread
|
||||
@Override
|
||||
public void run() {
|
||||
doneTask();
|
||||
}
|
||||
}, 60);
|
||||
}
|
||||
|
||||
public void sendTask() {
|
||||
|
Loading…
Reference in New Issue
Block a user