From 294147b859e9efc695a6a80c6438836d647f287e Mon Sep 17 00:00:00 2001 From: Neptune Date: Mon, 11 Mar 2024 17:31:17 -0500 Subject: [PATCH] UltimMC: Possible fix for #335 --- secrets/Secrets.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/secrets/Secrets.cpp b/secrets/Secrets.cpp index 4c2317da..aae862e7 100644 --- a/secrets/Secrets.cpp +++ b/secrets/Secrets.cpp @@ -1,5 +1,4 @@ #include "Secrets.h" -#include "../buildconfig/BuildConfig.h" #include #include @@ -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 {