Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) Add seen |
||
Line 182:
}
local out = ''
local seen = {}
for _, subpage in ipairs(subpages) do
Line 216 ⟶ 217:
end
if not seen[localOut] and localOut ~= '' then
out = out .. '<br>' .. localOut .. ' ' .. subpage .. ' ' .. roadType
seen[localOut] = true
end
end
|