Hide confusing attributes

This commit is contained in:
Henry Lin
2022-01-17 20:36:36 +08:00
parent 85c60bfc2d
commit d014fef179
3 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty
yield return new PerformanceDisplayAttribute("Speed", Speed);
yield return new PerformanceDisplayAttribute("Accuracy", Accuracy);
yield return new PerformanceDisplayAttribute("Flashlight Bonus", Flashlight);
yield return new PerformanceDisplayAttribute("Effective Miss Count", EffectiveMissCount);
}
}
}