mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-19 07:24:38 -04:00
Update MinecraftDownloaderTask.java
This commit is contained in:
@@ -61,7 +61,7 @@ public class MinecraftDownloaderTask extends AsyncTask<String, String, Throwable
|
||||
verInfo = Tools.getVersionInfo(p1[0]);
|
||||
try {
|
||||
assets = downloadIndex(verInfo.assets, new File(Tools.ASSETS_PATH, "indexes/" + verInfo.assets + ".json"));
|
||||
} catch (IOEXception e) {
|
||||
} catch (IOException e) {
|
||||
publishProgress("0", Log.getStackTraceString(e));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user