mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
fix MPUserPath
This commit is contained in:
parent
65ce374f3c
commit
4b09048d10
@ -31,7 +31,7 @@ void Launcher::LoadConfig() {
|
|||||||
if (ProfilePath.is_string()) {
|
if (ProfilePath.is_string()) {
|
||||||
BeamUserPath = ProfilePath.as_string()->get();
|
BeamUserPath = ProfilePath.as_string()->get();
|
||||||
if (!BeamUserPath.empty()) {
|
if (!BeamUserPath.empty()) {
|
||||||
MPUserPath = BeamUserPath + "mods\\multiplayer";
|
MPUserPath = BeamUserPath + "\\mods\\multiplayer";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else LOG(ERROR) << "Failed to get 'ProfilePath' string from config";
|
else LOG(ERROR) << "Failed to get 'ProfilePath' string from config";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user