Merge pull request #58 from WhiteHusky/patch-1

Emit a useful message if cleaning the mods folder fails
This commit is contained in:
Anonymous275 2023-08-04 20:30:36 +01:00 committed by GitHub
commit 839bb48cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ void CheckMP(const std::string& Path) {
}
}
} catch (...) {
fatal("Please close the game, and try again!");
fatal("We were unable to clean the multiplayer mods folder! Is the game still running or do you have something open in that folder?");
}
}