mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09: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
|
// Check if the beatmap can be converted
|
||||||
if (!converter.CanConvert)
|
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
|
// Apply conversion mods
|
||||||
foreach (var mod in Mods.Value.OfType<IApplicableToBeatmapConverter>())
|
foreach (var mod in Mods.Value.OfType<IApplicableToBeatmapConverter>())
|
||||||
|
Reference in New Issue
Block a user