mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Use beatmap author in listing
This commit is contained in:
@ -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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user