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