mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-04 06:46:06 +00:00
fix MPUserPath
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user