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