Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 7:
if string.match(image, ".-%+.-") then
_, image = string.match(image, "(.-)%+(.-)")
end
if true then
return image
end
|