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

м fix now?
м bruh
Строка 11: Строка 11:
end
end
function p.getLink(frame)
function p.getLink(frame)
local fileLink = p.getOthersPath(frame.args[1])
local fileLink = frame.args[1]
fileLink = fileLink:gsub('\\', '/')
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