Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 187:
if type(data) == 'table' then
for roadType, info in pairs(data) do
local localOut = ''
Line 218 ⟶ 217:
if localOut ~= '' then
out = out .. '<br>' .. localOut .. ' ' .. subpage .. ' ' .. roadType
end
end
|