mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 17:15:40 -04:00
Undo: Fix the file not found errors
This commit is contained in:
parent
4b068dc80f
commit
14b5d49b91
@ -27,7 +27,7 @@ public class MinecraftAccount
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static MinecraftAccount load(String name) throws IOException, JsonSyntaxException {
|
public static MinecraftAccount load(String name) throws IOException, JsonSyntaxException {
|
||||||
MinecraftAccount acc = parse(Tools.read(Tools.DIR_ACCOUNT_NEW + "/" + name + ".json"));
|
MinecraftAccount acc = parse(Tools.read(name));
|
||||||
if (acc.accessToken == null) {
|
if (acc.accessToken == null) {
|
||||||
acc.accessToken = "0";
|
acc.accessToken = "0";
|
||||||
} if (acc.clientToken == null) {
|
} if (acc.clientToken == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user