mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Replace and obsolete Ranked
flag with IsUserPlayable
This commit is contained in:
@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
|
||||
misses = Score.Statistics.GetOrDefault(HitResult.Miss);
|
||||
|
||||
// Don't count scores made with supposedly unranked mods
|
||||
if (mods.Any(m => !m.Ranked))
|
||||
if (mods.Any(m => !m.UserPlayable))
|
||||
return 0;
|
||||
|
||||
// We are heavily relying on aim in catch the beat
|
||||
|
Reference in New Issue
Block a user