mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:12:57 +08:00
Sender is always non-null
This commit is contained in:
parent
fce5a191f1
commit
a225b542d5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user