Module:AocUtils: Difference between revisions

no edit summary
imported>Leoetlino
No edit summary
imported>Leoetlino
No edit summary
Line 51: Line 51:
   end
   end
   return false
   return false
end
function pack.get_canonical_path(path)
  if pack.should_use_aoc_file_device(path) then
  return "Aoc/0010/" + path
  end
  return path
end
end


return pack
return pack
Anonymous user