You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- because we are creating the SetListControl in real time, the SetOrderLists can get out of sync with the ItemSets, SkillSets, ConfigSets
341
+
-- because we are creating the ListControls in real time, the SetOrderLists can get out of sync with the ItemSets, SkillSets, ConfigSets
342
342
-- so we will loop until we find the title or identifier match from the selected loadout
343
343
forindex, idinpairs(self.itemsTab.itemSetOrderList) do
344
344
if (string.match(self.itemsTab.itemSets[id].titleor"Default", "%b{}") ==loadoutTitleOrIdentifier) or ((self.itemsTab.itemSets[id].titleor"Default") ==loadoutTitleOrIdentifier) then
@@ -364,7 +364,16 @@ function buildMode:Init(dbFileName, buildName, buildXML, convertBuild, importLin
0 commit comments