mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
remove unneeded
This commit is contained in:
parent
ba734ae08f
commit
fd0816b524
@ -428,10 +428,6 @@ public class PojavLoginActivity extends BaseActivity
|
||||
Log.i("LWJGL3Prep","Pack is up-to-date with the launcher, continuing...");
|
||||
}
|
||||
}
|
||||
if(new File(Tools.homeJreDir+"/versions").isDirectory()) {
|
||||
FileUtils.deleteDirectory(new File(Tools.homeJreDir+"/versions"));
|
||||
Tools.copyAssetFile(this, "components/jre/version", Tools.homeJreDir + "/","version", true);
|
||||
}
|
||||
if (!isJavaRuntimeInstalled(am)) {
|
||||
if(!installRuntimeAutomatically(am)) {
|
||||
File jreTarFile = selectJreTarFile();
|
||||
|
Loading…
x
Reference in New Issue
Block a user