Download requires done

This commit is contained in:
boy0001 2015-08-28 09:50:44 +10:00
parent 56d50bd9e1
commit 5acd9c5143
5 changed files with 10 additions and 6 deletions

View file

@ -66,6 +66,7 @@ public class Done extends SubCommand {
return false;
}
MainUtil.runners.put(plot, 1);
MainUtil.sendMessage(plr, C.GENERATING_LINK);
HybridUtils.manager.analyzePlot(plot, new RunnableVal<PlotAnalysis>() {
@Override
public void run() {