mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Handle parent usernames for legacy comments
This commit is contained in:
@ -281,7 +281,7 @@ namespace osu.Game.Overlays.Comments
|
||||
new SpriteText
|
||||
{
|
||||
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Bold, italics: true),
|
||||
Text = comment.ParentComment?.User?.Username
|
||||
Text = comment.ParentComment?.User?.Username ?? comment.ParentComment?.LegacyName
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user