mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 10:33:22 +08:00
removed CL huis bandaid
This commit is contained in:
parent
9aba0f6bb8
commit
5196891553
@ -55,12 +55,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
|
||||
usingSliderAccuracy = !score.Mods.Any(h => h is OsuModClassic cl && cl.NoSliderHeadAccuracy.Value);
|
||||
|
||||
// isLegacy == true on stable scores
|
||||
bool isLegacy = !score.MaximumStatistics.ContainsKey(HitResult.LargeTickMiss);
|
||||
|
||||
// Make stable scores always CL
|
||||
if (isLegacy) usingSliderAccuracy = false;
|
||||
|
||||
if (usingSliderAccuracy)
|
||||
{
|
||||
effectiveMissCount = countMiss;
|
||||
|
Loading…
Reference in New Issue
Block a user