mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 16:06:35 +00:00
fixed new custom profile directory
This commit is contained in:
parent
9f1e58bb70
commit
16f0769f87
@ -34,10 +34,9 @@ std::string GetGamePath(){
|
||||
fatal("Cannot get Local Appdata directory!");
|
||||
}
|
||||
Path = QueryKey(hKey,5);
|
||||
Path += "\\BeamNG.drive\\" + CheckVer(GetGameDir()) + "\\";
|
||||
return Path;
|
||||
Path += "\\BeamNG.drive\\";
|
||||
}
|
||||
|
||||
Path += CheckVer(GetGameDir()) + "\\";
|
||||
return Path;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user