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
{
Text = string.Format(" mapped by {0}", beatmap.Version),
Text = string.Format(" mapped by {0}", (beatmap.Metadata ?? set.Metadata).Author),
TextSize = 16,
},
}