Модуль:FilePath: различия между версиями

made fileLink
м fix now?
Строка 11: Строка 11:
end
end
function p.getLink(frame)
function p.getLink(frame)
local fileLink = getOthersPath(frame.args[1])
local fileLink = p.getOthersPath(frame.args[1])
fileLink = fileLink:gsub('\n', 'https://github.com/space-syndicate/space-station-14/tree/master/')
fileLink = fileLink:gsub('\n', 'https://github.com/space-syndicate/space-station-14/tree/master/')
return fileLink
return fileLink
end
end
return p
return p