mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Update MinecraftDownloaderTask.java
This commit is contained in:
parent
7c3d1712e9
commit
4e3fdf7f95
@ -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!");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user