mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 04:14:26 +08:00
Reword beatmap conversion error
This commit is contained in:
@@ -87,7 +87,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
// Check if the beatmap can be converted
|
||||
if (!converter.CanConvert)
|
||||
throw new BeatmapInvalidForRulesetException($"{nameof(Beatmap)} can not be converted for the current ruleset (converter: {converter}).");
|
||||
throw new BeatmapInvalidForRulesetException($"{nameof(Beatmap)} can not be converted for the ruleset (ruleset: {ruleset}, converter: {converter}).");
|
||||
|
||||
// Apply conversion mods
|
||||
foreach (var mod in Mods.Value.OfType<IApplicableToBeatmapConverter>())
|
||||
|
||||
Reference in New Issue
Block a user