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

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?");
}
}