mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Sender is always non-null
This commit is contained in:
@ -84,7 +84,7 @@ namespace osu.Game.Overlays.Chat
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
bool hasBackground = !string.IsNullOrEmpty(Message.Sender?.Colour);
|
||||
bool hasBackground = !string.IsNullOrEmpty(Message.Sender.Colour);
|
||||
Drawable username = new OsuSpriteText
|
||||
{
|
||||
Origin = Anchor.TopRight,
|
||||
|
Reference in New Issue
Block a user