UltimMC: Use our MSA client ID

This commit is contained in:
Neptune
2024-03-08 16:29:33 -05:00
parent 334812f74d
commit 26d041ec21
4 changed files with 19 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#include "Secrets.h"
#include "../buildconfig/BuildConfig.h"
#include <array>
#include <cstdio>
@@ -28,7 +29,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 = "";
QString MSAClientID = BuildConfig.MSA_CLIENT_ID;
}
namespace Secrets {