mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:02:58 +08:00
typo
This commit is contained in:
parent
d949ef3ca4
commit
51240ed46b
@ -212,13 +212,13 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
if (beatmapInfo != null && beatmapSet?.Author.OnlineID != beatmapInfo.AuthorID)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
private Drawable getGueatMapper(APIUser user)
|
||||
private Drawable getGuestMapper(APIUser user)
|
||||
{
|
||||
return new LinkFlowContainer(s =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user