mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 17:47:03 -04:00
Bug fix: Pojav root folder was in the root storage folder
This commit is contained in:
@@ -82,7 +82,7 @@ public final class Tools {
|
||||
if(Build.VERSION.SDK_INT >= 29) {
|
||||
DIR_GAME_HOME = ctx.getFilesDir().getAbsolutePath();
|
||||
}else{
|
||||
DIR_GAME_HOME = Environment.getExternalStorageDirectory().getAbsolutePath();
|
||||
DIR_GAME_HOME = new File(Environment.getExternalStorageDirectory(),"games/PojavLauncher").getAbsolutePath();
|
||||
}
|
||||
DIR_GAME_NEW = DIR_GAME_HOME + "/.minecraft";
|
||||
DIR_HOME_VERSION = DIR_GAME_NEW + "/versions";
|
||||
|
||||
Reference in New Issue
Block a user