System/Message/RichTableEvent.cs
@@ -577,6 +577,6 @@ { colorType = text.colorType == RichText.ColorType.Dark ? 0 : 1; } return UIHelper.AppendStringColor(_itemColor, info, colorType == 1); return UIHelper.AppendColor(_itemColor, info, colorType == 1); } }