Module:AocUtils: Difference between revisions

fix string concatenation
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/" + path
   return "Aoc/0010/" .. path
   end
   end
   return path
   return path
Anonymous user