Skip to content

Commit

Permalink
actual commit
Browse files Browse the repository at this point in the history
Fixed an oops
  • Loading branch information
mrSkortch committed Jun 1, 2016
1 parent 9dfd492 commit 4ff3d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4756,11 +4756,13 @@ toggle = boolean or nil

if (unitset1.processed and unitset1.processed < mist.getLastDBUpdateTime()) or not unitset1.processed then -- run unit table short cuts
if unitTableDef1 then
unitset1 = mist.makeUnitTable(unitTableDef1)
end
end

if (unitset2.processed and unitset2.processed < mist.getLastDBUpdateTime()) or not unitset2.processed then -- run unit table short cuts
if unitTableDef2 then
unitset2 = mist.makeUnitTable(unitTableDef2)
end
end

Expand Down

0 comments on commit 4ff3d57

Please sign in to comment.