mirror of
https://github.com/ppy/osu
synced 2025-02-10 15:17:32 +00:00
Fixed wrong action message color
This commit is contained in:
parent
3e8941f8e1
commit
dc5c046d4b
@ -195,8 +195,8 @@ namespace osu.Game.Overlays.Chat
|
||||
}
|
||||
}
|
||||
};
|
||||
if (message.IsAction)
|
||||
contentFlow.Colour = senderHasBackground ? OsuColour.FromHex(message.Sender.Colour) : username_colours[message.Sender.Id % username_colours.Length];
|
||||
if (message.IsAction && senderHasBackground)
|
||||
contentFlow.Colour = OsuColour.FromHex(message.Sender.Colour);
|
||||
|
||||
updateMessageContent();
|
||||
FinishTransforms(true);
|
||||
|
Loading…
Reference in New Issue
Block a user