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