mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
Wrong branch..
This commit is contained in:
parent
c5f03607df
commit
1744418bd9
1 changed files with 1 additions and 3 deletions
|
|
@ -48,9 +48,7 @@ public final class Tools
|
|||
// New since 3.3.1
|
||||
public static String DIR_ACCOUNT_NEW;
|
||||
public static String DIR_ACCOUNT_OLD;
|
||||
public static final String DIR_GAME_HOME = Build.VERSION.SDK_INT >= 30 ?
|
||||
Environment.getExternalFilesDir().getAbsolutePath() :
|
||||
Environment.getExternalStorageDirectory().getAbsolutePath() + "/games/PojavLauncher";
|
||||
public static final String DIR_GAME_HOME = Environment.getExternalStorageDirectory().getAbsolutePath() + "/games/PojavLauncher";
|
||||
public static final String DIR_GAME_NEW = DIR_GAME_HOME + "/.minecraft";
|
||||
public static final String DIR_GAME_OLD = Environment.getExternalStorageDirectory().getAbsolutePath() + "/games/.minecraft";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue