mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Colour chat names
This commit is contained in:
@ -199,11 +199,11 @@ namespace osu.Game.Tournament.Components
|
|||||||
}
|
}
|
||||||
else if (info.CurrentMatch.Value.Team1.Value.Players.Any(u => u.Id == message.Sender.Id))
|
else if (info.CurrentMatch.Value.Team1.Value.Players.Any(u => u.Id == message.Sender.Id))
|
||||||
{
|
{
|
||||||
colourBox.Colour = red;
|
senderText.Colour = colourBox.Colour = red;
|
||||||
}
|
}
|
||||||
else if (info.CurrentMatch.Value.Team2.Value.Players.Any(u => u.Id == message.Sender.Id))
|
else if (info.CurrentMatch.Value.Team2.Value.Players.Any(u => u.Id == message.Sender.Id))
|
||||||
{
|
{
|
||||||
colourBox.Colour = blue;
|
senderText.Colour = colourBox.Colour = blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user