Module:AocUtils: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
Line 32: | Line 32: | ||
end | end | ||
function | function pack.should_use_aoc_file_device(path) | ||
for i, p in ipairs(aoc_resource_prefixes) do | for i, p in ipairs(aoc_resource_prefixes) do | ||
if string.find(path, p) then | if string.find(path, p) then |