1,124
edits
m |
|||
Line 18: | Line 18: | ||
if resource ~= nil then | if resource ~= nil then | ||
-- Init link here, will be nil if resource is nil | -- Init link here, will be nil if resource is nil | ||
if com.exists(link) | if not com.exists(link) then | ||
link = resource['link'] | link = resource['link'] | ||
end | end |