Moved ETA to the title and also no longer display for empty jobs

Fixes #1567
This commit is contained in:
yueh
2015-06-11 16:00:49 +02:00
committed by thatsIch
parent 13d40c922b
commit 3b5b9b68ce
3 changed files with 10 additions and 10 deletions
@@ -139,6 +139,7 @@ public class ContainerCraftingCPU extends AEBaseContainer implements IMEMonitorH
{
this.monitor = null;
this.cpuName = "";
this.eta = -1;
}
}