Content deleted Content added
Jackmcbarn (talk | contribs) use pre-existing sorted keys, and prepare to use awards |
Jackmcbarn (talk | contribs) m typo |
||
Line 51:
elseif v:match('^agg(%d+)$') then
table.insert(aggregators, v)
elseif v:match('^award(%d+)$') then
table.insert(awards, v)
end
|