mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 21:12:55 +08:00
Fix mapper name in score panel
This commit is contained in:
parent
156a3db57d
commit
592d8cbd13
@ -163,7 +163,7 @@ namespace osu.Game.Screens.Ranking.Expanded
|
||||
}.With(t =>
|
||||
{
|
||||
t.AddText("mapped by ");
|
||||
t.AddText(score.UserString, s => s.Font = s.Font.With(weight: FontWeight.SemiBold));
|
||||
t.AddText(score.Beatmap.Metadata.Author.Username, s => s.Font = s.Font.With(weight: FontWeight.SemiBold));
|
||||
})
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user