mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
typo
This commit is contained in:
@ -212,13 +212,13 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
if (beatmapInfo != null && beatmapSet?.Author.OnlineID != beatmapInfo.AuthorID)
|
if (beatmapInfo != null && beatmapSet?.Author.OnlineID != beatmapInfo.AuthorID)
|
||||||
{
|
{
|
||||||
if (BeatmapSet?.RelatedUsers?.Single(u => u.OnlineID == beatmapInfo.AuthorID) is APIUser user)
|
if (BeatmapSet?.RelatedUsers?.Single(u => u.OnlineID == beatmapInfo.AuthorID) is APIUser user)
|
||||||
guestMapperContainer.Child = getGueatMapper(user);
|
guestMapperContainer.Child = getGuestMapper(user);
|
||||||
}
|
}
|
||||||
|
|
||||||
version.Text = beatmapInfo?.DifficultyName ?? string.Empty;
|
version.Text = beatmapInfo?.DifficultyName ?? string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Drawable getGueatMapper(APIUser user)
|
private Drawable getGuestMapper(APIUser user)
|
||||||
{
|
{
|
||||||
return new LinkFlowContainer(s =>
|
return new LinkFlowContainer(s =>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user