mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix mapper name in score panel
This commit is contained in:
@ -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));
|
||||
})
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user