mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-21 10:07:15 -04:00
Update MinecraftDownloaderTask.java
This commit is contained in:
@@ -476,8 +476,8 @@ public class MinecraftDownloaderTask extends AsyncTask<String, String, Throwable
|
||||
}
|
||||
if(mActivity.mIsAssetsProcessing) {
|
||||
System.out.println("Unskipped download done!");
|
||||
if(!hasDownloadedFile.getParentFile().exists())hasDownloadedFile.getParentFile().mkdirs();
|
||||
hasDownloadedFile.createNewFile();
|
||||
//if(!hasDownloadedFile.getParentFile().exists())hasDownloadedFile.getParentFile().mkdirs();
|
||||
//hasDownloadedFile.createNewFile();
|
||||
}else{
|
||||
System.out.println("Skipped!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user