downloadable settings shit

This commit is contained in:
infinitefusion
2024-09-24 19:10:24 -04:00
parent 56e1cc5e5d
commit 620a20e7f2
4 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ def download_file(url, saveLocation)
echoln _INTL("\nDownloaded file {1} to {2}", url, saveLocation)
return saveLocation
else
echoln _INTL("Tried to download file {1} . Got response {2}",url,response[:body])
echoln _INTL("Tried to download file {1}.",url)
end
return nil
rescue MKXPError, Errno::ENOENT => error
@@ -81,7 +81,7 @@ def download_sprite(base_path, head_id, body_id, saveLocation = "Graphics/temp",
echoln _INTL("\nDownloaded file from {1} to {2}", base_path, saveLocation)
return downloaded_file_name
end
echoln "tried to download " + url
echoln _INTL("Tried to download file {1} . Got response {2}",url,response[:body])
return nil
rescue MKXPError, Errno::ENOENT
return nil