1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 15:43:18 +08:00

Use beatmap author in listing

This commit is contained in:
Drew DeVault 2016-10-13 18:20:08 -04:00
parent 7a22c60c7c
commit 07e44560be

View File

@ -56,7 +56,7 @@ namespace osu.Game.GameModes.Play
}, },
new SpriteText new SpriteText
{ {
Text = string.Format(" mapped by {0}", beatmap.Version), Text = string.Format(" mapped by {0}", (beatmap.Metadata ?? set.Metadata).Author),
TextSize = 16, TextSize = 16,
}, },
} }