The undo redo so undo again

This commit is contained in:
Duy Tran Khanh 2020-12-29 16:47:58 +07:00 committed by GitHub
parent 43fb8dd835
commit 8a87b979ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {