Skip to content

Commit

Permalink
Correctly save Mojang account type
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Goode <[email protected]>
  • Loading branch information
evan-goode committed Nov 16, 2023
1 parent dcc2d77 commit 8f540a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/minecraft/auth/AccountData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ QJsonObject AccountData::saveState() const
if (canMigrateToMSA) {
output["canMigrateToMSA"] = true;
}
output["type"] = "Mojang";
} else if (type == AccountType::AuthlibInjector) {
output["type"] = "AuthlibInjector";
output["customAuthServerUrl"] = customAuthServerUrl;
Expand Down

0 comments on commit 8f540a5

Please sign in to comment.