Skip to content

Commit

Permalink
UltimMC: Possible fix for #335
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 committed Mar 11, 2024
1 parent e5d1091 commit 294147b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions secrets/Secrets.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Secrets.h"
#include "../buildconfig/BuildConfig.h"

#include <array>
#include <cstdio>
Expand Down Expand Up @@ -29,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 = BuildConfig.MSA_CLIENT_ID;
QString MSAClientID = "f4404707-7bbe-4e40-80ba-85fb2bb825a1";
}

namespace Secrets {
Expand Down

0 comments on commit 294147b

Please sign in to comment.