Skip to content

Commit

Permalink
Merge pull request #652 from 1Stepka1/announce-length-increase
Browse files Browse the repository at this point in the history
Изменение лимита букв в консолях связи
  • Loading branch information
PyotrIgn authored Apr 27, 2024
2 parents 696a36a + 45c4ca7 commit a29058d
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 a29058d

Please sign in to comment.