Also fix account path on login

This commit is contained in:
Duy Tran Khanh
2020-12-29 16:13:04 +07:00
parent 7103e11801
commit 4b068dc80f

View File

@@ -15,7 +15,7 @@ public class MinecraftAccount
public String save(String outPath) throws IOException {
Tools.write(outPath, Tools.GLOBAL_GSON.toJson(this));
return outPath;
return username;
}
public String save() throws IOException {