mirror of
https://github.com/osukey/osukey.git
synced 2025-06-28 22:58:10 +09:00
mode -> ruleset.
This commit is contained in:
parent
f744b48399
commit
ef5d50e7d8
@ -125,7 +125,7 @@ namespace osu.Game.Modes.UI
|
||||
|
||||
// Check if the beatmap can be converted
|
||||
if (!converter.CanConvert(beatmap.Beatmap))
|
||||
throw new BeatmapInvalidForModeException($"{nameof(Beatmap)} can't be converted to the current mode.");
|
||||
throw new BeatmapInvalidForModeException($"{nameof(Beatmap)} can't be converted for the current ruleset.");
|
||||
|
||||
// Convert the beatmap
|
||||
Beatmap = converter.Convert(beatmap.Beatmap);
|
||||
|
Loading…
x
Reference in New Issue
Block a user