Skip to content

Commit

Permalink
Изменение лимита букв в консолях связи
Browse files Browse the repository at this point in the history
  • Loading branch information
1Stepka1 committed Apr 27, 2024
1 parent 49a22d7 commit 45c4ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ public static readonly CVarDef<int>
CVarDef.Create("chat.max_message_length", 1000, CVar.SERVER | CVar.REPLICATED);

public static readonly CVarDef<int> 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<bool> ChatSanitizerEnabled =
CVarDef.Create("chat.chat_sanitizer_enabled", true, CVar.SERVERONLY);
Expand Down

0 comments on commit 45c4ca7

Please sign in to comment.