- always check latest profile

This commit is contained in:
Anonymous275
2022-12-19 20:54:02 +00:00
parent 9d01ae939a
commit f8fed6c183
2 changed files with 17 additions and 10 deletions

View File

@@ -53,7 +53,8 @@ class Launcher {
private: // functions
void HandleIPC(const std::string& Data);
fs::path GetBeamNGProfile();
std::string GetProfileVersion();
fs::path GetProfileRoot();
void UpdatePresence();
void RichPresence();
void WindowsInit();
@@ -71,6 +72,7 @@ class Launcher {
uint32_t GamePID{0};
fs::path MPUserPath{};
fs::path BeamUserPath{};
fs::path BeamProfilePath{};
fs::path LauncherCache{"Resources"};
int64_t DiscordTime{};
bool LoginAuth = false;