From 4ff3d57d66e54c2dd1acde73444a072ebceccb96 Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Wed, 1 Jun 2016 01:03:20 -0600 Subject: [PATCH] actual commit Fixed an oops --- mist.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mist.lua b/mist.lua index 141498c..9c631bd 100644 --- a/mist.lua +++ b/mist.lua @@ -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