Content deleted Content added
m bug in debug |
m de-debug |
||
Line 125:
local link = " " -- true
local display = "" -- false
while link do
if not(start) and link ~= " " then
Line 131 ⟶ 130:
newLink = getRedirect(link)
if newLink and (newLink ~= link) then
link = warOnGsub(link, nil)
newLink = warOnGsub(newLink, true)
Line 148 ⟶ 146:
end
end
return
end
|