mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-07 00:06:08 +00:00
fix build state not saving
This commit is contained in:
@@ -102,7 +102,7 @@ class ShutdownException : public std::runtime_error {
|
||||
};
|
||||
|
||||
struct UIData {
|
||||
static inline std::string GamePath, ProfilePath, CachePath, PublicKey, UserRole, Username;
|
||||
static inline std::string GamePath, ProfilePath, CachePath, Build, PublicKey, UserRole, Username;
|
||||
static inline bool LoginAuth{false}, Console{false};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user