Skip to content

Commit

Permalink
UltimMC: Update MSA client ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 committed Jun 25, 2024
1 parent f16a8fd commit e537265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets/Secrets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace {
* If you intend to base your own launcher on this code, take care and customize this to obfuscate the client ID, so it cannot be trivially found by casual attackers.
*/

QString MSAClientID = "f4404707-7bbe-4e40-80ba-85fb2bb825a1";
QString MSAClientID = "d77ef04a-390a-40c6-a32d-700a4549ffa6";
}

namespace Secrets {
Expand Down

1 comment on commit e537265

@Darthagnon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PollyMC has the Microsoft API key as a user-configurable option. Maybe this feature could be backported?

Please sign in to comment.