mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +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!");
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user