mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-09-10 18:46:30 -06:00
Update MinecraftDownloaderTask.java
This commit is contained in:
parent
7c3d1712e9
commit
4e3fdf7f95
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue