Update MinecraftDownloaderTask.java

This commit is contained in:
Duy Tran Khanh
2021-01-25 05:56:07 +07:00
committed by GitHub
parent 5832d3e9d9
commit 2b4add83e7

View File

@@ -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));
}