From 45c4ca79dd47248606adcfd80570591c457889c8 Mon Sep 17 00:00:00 2001 From: 1Stepka1 Date: Sat, 27 Apr 2024 12:53:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BB=D0=B8=D0=BC=D0=B8=D1=82=D0=B0=20=D0=B1?= =?UTF-8?q?=D1=83=D0=BA=D0=B2=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=81=D0=BE?= =?UTF-8?q?=D0=BB=D1=8F=D1=85=20=D1=81=D0=B2=D1=8F=D0=B7=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index fffaf6fc15c..3a93588e9d3 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1660,7 +1660,7 @@ public static readonly CVarDef CVarDef.Create("chat.max_message_length", 1000, CVar.SERVER | CVar.REPLICATED); public static readonly CVarDef ChatMaxAnnouncementLength = - CVarDef.Create("chat.max_announcement_length", 256, CVar.SERVER | CVar.REPLICATED); + CVarDef.Create("chat.max_announcement_length", 512, CVar.SERVER | CVar.REPLICATED); public static readonly CVarDef ChatSanitizerEnabled = CVarDef.Create("chat.chat_sanitizer_enabled", true, CVar.SERVERONLY);