mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
The undo redo so undo again
This commit is contained in:
parent
43fb8dd835
commit
8a87b979ac
@ -27,7 +27,7 @@ public class MinecraftAccount
|
||||
}
|
||||
|
||||
public static MinecraftAccount load(String name) throws IOException, JsonSyntaxException {
|
||||
MinecraftAccount acc = parse(Tools.read(name));
|
||||
MinecraftAccount acc = parse(Tools.read(Tools.DIR_ACCOUNT_NEW + "/" + name + ".json"));
|
||||
if (acc.accessToken == null) {
|
||||
acc.accessToken = "0";
|
||||
} if (acc.clientToken == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user