mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
Also fix account path on login
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user