HitResult
s with the same name show across two columns in beatmap rankings
#29911
Labels
area:overlay-beatmap
priority:1
Very important. Feels bad without fix. Affects the majority of users.
type:cosmetic
Discussed in #29904
Originally posted by 424ever September 18, 2024
When looking at the scores on this map in game, there are 2 columns labeled as "Slider End". I think these should be combined into a single column.
There is (currently) only one score which uses the left column, which was set on Lazer with the Classic mod.
This is awkward as hell to attempt to fix.
Relevant code:
osu/osu.Game.Rulesets.Osu/OsuRuleset.cs
Lines 296 to 298 in 998b5fd
osu/osu.Game/Overlays/BeatmapSet/Scores/ScoreTable.cs
Lines 104 to 130 in e887f93
Could group by localisable string base string, but it makes things very fiddly (currently it's pre-checking stats across all scores to be displayed, so it kinda has to happen before that). Would want a second opinion before attempting this.
The text was updated successfully, but these errors were encountered: