Change OOC color back. (#6150)

This commit is contained in:
Pancake
2022-01-14 04:28:09 -08:00
committed by GitHub
parent 9aed658f83
commit d10bb563c7
2 changed files with 4 additions and 4 deletions

View File

@@ -496,8 +496,8 @@ namespace Content.Client.Chat.UI
return channel switch
{
ChatSelectChannel.Radio => Color.LimeGreen,
ChatSelectChannel.LOOC => Color.LightSkyBlue,
ChatSelectChannel.OOC => Color.RoyalBlue,
ChatSelectChannel.LOOC => Color.MediumTurquoise,
ChatSelectChannel.OOC => Color.LightSkyBlue,
ChatSelectChannel.Dead => Color.MediumPurple,
ChatSelectChannel.Admin => Color.Red,
_ => Color.DarkGray