mirror of
https://github.com/ppy/osu.git
synced 2025-01-09 02:24:10 +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 =>
|
}.With(t =>
|
||||||
{
|
{
|
||||||
t.AddText("mapped by ");
|
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