fix MPUserPath

This commit is contained in:
Anonymous275 2022-08-20 19:17:50 +03:00
parent 65ce374f3c
commit 4b09048d10

View File

@ -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";