fixes crash while downloading sprites

This commit is contained in:
infinitefusion
2024-10-06 15:55:21 -04:00
parent 7952fbb76d
commit b96b8393f4
3 changed files with 1 additions and 3 deletions

View File

@@ -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) echoln _INTL("\nDownloaded file from {1} to {2}", base_path, saveLocation)
return downloaded_file_name return downloaded_file_name
end end
echoln _INTL("Tried to download file {1} . Got response {2}",url,response[:body]) echoln "tried to download " + url
return nil return nil
rescue MKXPError, Errno::ENOENT rescue MKXPError, Errno::ENOENT
return nil return nil

Binary file not shown.

View File

@@ -1,2 +0,0 @@
1728172794
1728172795