Fix patreon OOC name coloring

This commit is contained in:
ShadowCommander
2021-05-08 22:35:32 -07:00
parent 68e1863761
commit c817165482

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
@@ -734,7 +734,7 @@ namespace Content.Client.Chat
var formatted = new FormattedMessage(3);
formatted.PushColor(color);
formatted.AddText(message);
formatted.AddMarkup(message);
formatted.Pop();
Contents.AddMessage(formatted);
}