Skip to content

Commit 144fe35

Browse files
committed
comment cleanup
1 parent 0e38589 commit 144fe35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/Build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ function buildMode:SyncLoadouts()
944944

945945
-- item, skill, and config sets have identical structure
946946
local function identifyLinks(setOrderList, tabSets, setList, specialLinks, treeLinks)
947-
for id, set in ipairs(setOrderList) do -- I had this as pairs from sometime but I can't remember why
947+
for id, set in ipairs(setOrderList) do
948948
local setTitle = tabSets[set].title or "Default"
949949
local linkIdentifier = string.match(setTitle, "%{([%w,]+)%}")
950950

0 commit comments

Comments
 (0)