diff --git a/Content.Server/Chat/Managers/ChatSanitizationManager.cs b/Content.Server/Chat/Managers/ChatSanitizationManager.cs index f612b379f15..f6fff192f8f 100644 --- a/Content.Server/Chat/Managers/ChatSanitizationManager.cs +++ b/Content.Server/Chat/Managers/ChatSanitizationManager.cs @@ -13,7 +13,6 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager private static readonly Dictionary SmileyToEmote = new() { - { "??", "chatsan-questioned" }, // Corvax-Localization-Start { "хд", "chatsan-laughs" }, { "о-о", "chatsan-wide-eyed" }, // cyrillic о diff --git a/Resources/Changelog/ChangelogADT.yml b/Resources/Changelog/ChangelogADT.yml index be7703b7ff7..272ba801873 100644 --- a/Resources/Changelog/ChangelogADT.yml +++ b/Resources/Changelog/ChangelogADT.yml @@ -1756,10 +1756,4 @@ Entries: changes: - {message: "НТ решили не выдавать бесплатные деньги в вещмешках парамедика, а оставить себе.", type: Fix} id: 55746 #костыль отображения в Обновлениях - time: '2024-05-07T23:25:00.0000000+00:00' - -- author: JustKekc - changes: - - {message: "Добавлена замена '??' в тексте сообщения на 'вопросительно смотрит' эмоцией.", type: Add} - id: 55747 #костыль отображения в Обновлениях - time: '2024-05-10T20:25:00.0000000+00:00' \ No newline at end of file + time: '2024-05-07T23:25:00.0000000+00:00' \ No newline at end of file diff --git a/Resources/Locale/en-US/chat/sanitizer-replacements.ftl b/Resources/Locale/en-US/chat/sanitizer-replacements.ftl index 092718a19c3..abcd8a70eaf 100644 --- a/Resources/Locale/en-US/chat/sanitizer-replacements.ftl +++ b/Resources/Locale/en-US/chat/sanitizer-replacements.ftl @@ -23,4 +23,3 @@ chatsan-tearfully-smiles = tearfully smiles chatsan-winks = winks chatsan-claps = claps chatsan-snaps = snaps -chatsan-questioned = gazes questioningly diff --git a/Resources/Locale/ru-RU/ADT/sanitizer-apathy-replacements.ftl b/Resources/Locale/ru-RU/ADT/sanitizer-apathy-replacements.ftl index 008d9ccccee..70529492936 100644 --- a/Resources/Locale/ru-RU/ADT/sanitizer-apathy-replacements.ftl +++ b/Resources/Locale/ru-RU/ADT/sanitizer-apathy-replacements.ftl @@ -21,5 +21,4 @@ chatsan-salutes-apathy = салютует chatsan-tearfully-salutes-apathy = отдаёт честь со слезами на глазах chatsan-shrugs-apathy = пожимает плечами chatsan-claps-apathy = хлопает -chatsan-snaps-apathy = щёлкает -chatsan-questioned-apathy = вопросительно смотрит +chatsan-snaps-apathy = щёлкает \ No newline at end of file diff --git a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl index 072bad8b162..d650aa46026 100644 --- a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl +++ b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl @@ -22,4 +22,3 @@ chatsan-tearfully-salutes = отдаёт честь со слезами на г chatsan-shrugs = пожимает плечами chatsan-claps = хлопает chatsan-snaps = щёлкает -chatsan-questioned = вопросительно смотрит