Content deleted Content added
Jackmcbarn (talk | contribs) m make this work with non-ASCII characters |
Jackmcbarn (talk | contribs) m that particular error would actually add more confusion |
||
Line 110:
else
local num, suffix = string.match(route, "(%d+)(.+)")
routeKey = string.format('%04d', num) .. suffix
end
|