mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00: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