Module:AocUtils: Difference between revisions
imported>Leoetlino No edit summary |
imported>Leoetlino fix string concatenation |
||
| Line 60: | Line 60: | ||
end | end | ||
if aoc_only or should_use_aoc_file_device(path) then | if aoc_only or should_use_aoc_file_device(path) then | ||
return "Aoc/0010/" | return "Aoc/0010/" .. path | ||
end | end | ||
return path | return path | ||