mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Nevermind javac thrown "self-reference in initializer" on a wrong location. It should be fixed there.
This commit is contained in:
parent
0f2f8f48d6
commit
0ee04a66cd
@ -38,7 +38,7 @@ public final class Tools
|
||||
public static String DIR_ACCOUNT_NEW;
|
||||
public static String DIR_ACCOUNT_OLD;
|
||||
public static final String DIR_GAME_HOME = Environment.getExternalStorageDirectory().getAbsolutePath() + "/games/PojavLauncher";
|
||||
public static final String DIR_GAME_NEW = DIR_GAME_NEW + "/.minecraft";
|
||||
public static final String DIR_GAME_NEW = DIR_GAME_HOME + "/.minecraft";
|
||||
public static final String DIR_GAME_OLD = Environment.getExternalStorageDirectory().getAbsolutePath() + "/games/.minecraft";
|
||||
|
||||
// New since 3.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user