Content deleted Content added
No edit summary |
try ordering function |
||
Line 114:
end
end
table.sort(task_forces, function (x, y) return tonumber(x) < tonumber(y) end)
table.sort(notes)
local warning = ''
|
No edit summary |
try ordering function |
||
Line 114:
end
end
table.sort(task_forces, function (x, y) return tonumber(x) < tonumber(y) end)
table.sort(notes)
local warning = ''
|