mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 08:41:42 +00:00
UltimMC: Use our MSA client ID
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user