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:
parent
7a22c60c7c
commit
07e44560be
@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user