diff --git a/Content.Server/White/TTS/TTSSystem.Sanitize.cs b/Content.Server/White/TTS/TTSSystem.Sanitize.cs index 7925154adf..7a79c8da98 100644 --- a/Content.Server/White/TTS/TTSSystem.Sanitize.cs +++ b/Content.Server/White/TTS/TTSSystem.Sanitize.cs @@ -18,7 +18,7 @@ public sealed partial class TTSSystem { text = text.Trim(); text = Regex.Replace(text, @"Ё", "Е"); - text = Regex.Replace(text, @"[^a-zA-Zа-яА-ЯёЁ0-9,\-,+, ,?,!]", ""); + text = Regex.Replace(text, @"[^a-zA-Zа-яА-ЯёЁ0-9,\-,+, ,?,!,.]", ""); text = Regex.Replace(text, @"[a-zA-Z]", ReplaceLat2Cyr, RegexOptions.Multiline | RegexOptions.IgnoreCase); text = Regex.Replace(text, @"(?