mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:53:00 +08:00
One more missed usage..
This commit is contained in:
parent
73cb80d8a4
commit
1988b263c6
@ -36,7 +36,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
if (!Beatmap.Value.BeatmapInfo.MatchesOnlineID(PlaylistItem.Beatmap.Value))
|
||||
throw new InvalidOperationException("Current Beatmap does not match PlaylistItem's Beatmap");
|
||||
|
||||
if (ruleset.Value.ID != PlaylistItem.Ruleset.Value.ID)
|
||||
if (!ruleset.Value.MatchesOnlineID(PlaylistItem.Ruleset.Value))
|
||||
throw new InvalidOperationException("Current Ruleset does not match PlaylistItem's Ruleset");
|
||||
|
||||
if (!PlaylistItem.RequiredMods.All(m => Mods.Value.Any(m.Equals)))
|
||||
|
Loading…
Reference in New Issue
Block a user