mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Update existing usages of Author
as string
to access Username
directly
This commit is contained in:
@ -428,7 +428,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private Drawable getMapper(BeatmapMetadata metadata)
|
||||
{
|
||||
if (metadata.Author == null)
|
||||
if (string.IsNullOrEmpty(metadata.Author.Username))
|
||||
return Empty();
|
||||
|
||||
return new LinkFlowContainer(s =>
|
||||
|
Reference in New Issue
Block a user