Modify message for missing ruleset.

This commit is contained in:
2023-12-25 15:03:38 +08:00
parent 77f92f9294
commit 45d80522eb

View File

@@ -35,7 +35,7 @@ namespace Cryville.Crtr.Browsing.UI {
Game.GameDataPath, "rulesets", rulesetName, ".umgr"
));
if (!file.Exists) {
throw new FileNotFoundException("Ruleset for the chart not found\nMake sure you have imported the ruleset");
throw new FileNotFoundException("Ruleset for the resource not found\nMake sure you have imported the ruleset");
}
DirectoryInfo dir = file.Directory;
using (StreamReader reader = new StreamReader(file.FullName, Encoding.UTF8)) {