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
parent e3a0b34767
commit cb013cf55b
3 changed files with 10 additions and 10 deletions
@@ -140,6 +140,7 @@ public class ContainerCraftingCPU extends AEBaseContainer implements IMEMonitorH
{
this.monitor = null;
this.cpuName = "";
this.eta = -1;
}
}