mirror of
https://github.com/osukey/osukey.git
synced 2025-05-11 16:47:19 +09:00
Remove unencessary null coalesce
This commit is contained in:
parent
d0fe4fe15a
commit
69d967172a
@ -96,7 +96,7 @@ namespace osu.Game.Skinning
|
|||||||
new SkinInfo
|
new SkinInfo
|
||||||
{
|
{
|
||||||
Name = beatmapInfo.ToString(),
|
Name = beatmapInfo.ToString(),
|
||||||
Creator = beatmapInfo.Metadata.Author.Username ?? string.Empty
|
Creator = beatmapInfo.Metadata.Author.Username
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user