1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 05:49:52 +08:00

Fix crash when starting play mode with no beatmap

Closes #1767
This commit is contained in:
Dean Herbert
2017-12-27 11:20:17 +09:00
Unverified
parent 50bb9d4a01
commit d17f6cb564
+1 -1
View File
@@ -250,7 +250,7 @@ namespace osu.Game.Screens.Play
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,
},
new MetadataLine("Mapper", metadata.Author.Username)
new MetadataLine("Mapper", metadata.AuthorString)
{
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,