mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 22:36:14 +00:00
Auto proton patch, fix for 0.22.2.0
This commit is contained in:
@@ -35,7 +35,9 @@ std::string GetGamePath(){
|
||||
Path = QueryKey(hKey,5);
|
||||
Path += "\\BeamNG.drive\\";
|
||||
}
|
||||
Path += CheckVer(GetGameDir()) + "\\";
|
||||
std::string Ver = CheckVer(GetGameDir());
|
||||
Ver = Ver.substr(0,Ver.find('.',Ver.find('.')+1));
|
||||
Path += Ver + "\\";
|
||||
return Path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user