mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 06:31:13 +00:00
fixed new custom profile directory
This commit is contained in:
+2
-3
@@ -34,10 +34,9 @@ std::string GetGamePath(){
|
|||||||
fatal("Cannot get Local Appdata directory!");
|
fatal("Cannot get Local Appdata directory!");
|
||||||
}
|
}
|
||||||
Path = QueryKey(hKey,5);
|
Path = QueryKey(hKey,5);
|
||||||
Path += "\\BeamNG.drive\\" + CheckVer(GetGameDir()) + "\\";
|
Path += "\\BeamNG.drive\\";
|
||||||
return Path;
|
|
||||||
}
|
}
|
||||||
|
Path += CheckVer(GetGameDir()) + "\\";
|
||||||
return Path;
|
return Path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user