mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-10 09:46:16 +00:00
- fix uri now show beammp launcher prompt
This commit is contained in:
@@ -30,6 +30,7 @@ class Launcher {
|
||||
public: // available functions
|
||||
static void StaticAbort(Launcher* Instance = nullptr);
|
||||
std::string Login(const std::string& fields);
|
||||
void UpdateKey(const std::string& newKey);
|
||||
void SendIPC(const std::string& Data, bool core = true);
|
||||
void LoadConfig(const fs::path& conf);
|
||||
void RunDiscordRPC();
|
||||
@@ -76,7 +77,7 @@ class Launcher {
|
||||
fs::path MPUserPath{};
|
||||
fs::path BeamUserPath{};
|
||||
fs::path BeamProfilePath{};
|
||||
fs::path LauncherCache{"Resources"};
|
||||
fs::path LauncherCache{};
|
||||
int64_t DiscordTime{};
|
||||
bool LoginAuth = false;
|
||||
bool DebugMode = false;
|
||||
|
||||
Reference in New Issue
Block a user