diff --git a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs index 8d4c551a41..019e188cfa 100644 --- a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs +++ b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs @@ -356,7 +356,7 @@ namespace Tgstation.Server.Host.Components.Chat QueueMessage( new MessageContent { - Text = message + Text = message, }, wdChannels); }