Сообщения в ПДА 2 (#583)
* add: AdminLog * tweak: clean up * fix: Changeling -> Network * add: сортировка сообщений * fix: ТексТ
This commit is contained in:
@@ -15,8 +15,11 @@ public static class ChatChannelExtensions
|
||||
ChatChannel.AdminAlert => Color.Red,
|
||||
ChatChannel.AdminChat => Color.HotPink,
|
||||
ChatChannel.Whisper => Color.DarkGray,
|
||||
// WD EDIT START
|
||||
ChatChannel.Cult => Color.DarkRed,
|
||||
ChatChannel.Changeling => Color.Purple,
|
||||
ChatChannel.Cult => Color.DarkRed, // WD EDIT
|
||||
ChatChannel.Network => Color.White,
|
||||
// WD EDIT END
|
||||
_ => Color.LightGray
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user