milo performance

This commit is contained in:
kepler155c
2018-11-14 13:56:53 -05:00
parent 364ae04ceb
commit 1328fc233a
2 changed files with 12 additions and 5 deletions

View File

@@ -102,6 +102,9 @@ end
function jobMonitor.grid:getDisplayValues(row)
row = Util.shallowCopy(row)
if not row.displayName then
row.displayName = itemDB:getName(row)
end
if row.requested then
row.remaining = math.max(0, row.requested - row.crafted)
else