Content deleted Content added
Jackmcbarn (talk | contribs) further simplify, and use data |
Jackmcbarn (talk | contribs) use new data format |
||
Line 35:
local function getActiveSystems(args)
local activeSystems = {}
for
local argValue = args[
if argValue and argValue:lower() == 'true' then
table.insert(activeSystems,
end
end
Line 513:
if splitPos then
local halfarg = argKey:sub(1, splitPos - 1)
table.insert(halfkeysrev, halfarg)▼
end
end
Line 525 ⟶ 521:
else
for _,argKey in ipairs(sortedArgKeys) do
if not argKey:find('_') and data.reviewers[argKey] then
end
end
|