]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[STAGING] Staging Chat Fix (#42206)
authorPrincess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
Sun, 4 Jan 2026 00:24:18 +0000 (16:24 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Jan 2026 00:24:18 +0000 (01:24 +0100)
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs

index c389cf4dfb718624c65dbfc03bb5449a734455ec..6e8a41de7c90d45efdba94577b04c5a94755b774 100644 (file)
@@ -117,7 +117,7 @@ public partial class ChatBox : UIWidget
         formatted.PushColor(color);
         formatted.AddMarkupOrThrow(message);
         formatted.Pop();
-        Contents.AddMessage(formatted);
+        Contents.AddMessage(formatted, tagsAllowed: null);
     }
 
     public void Focus(ChatSelectChannel? channel = null)