Skip to content

Commit

Permalink
Увеличил сообщение обьявления на консоли
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolper committed Sep 3, 2024
1 parent 769af07 commit b21fdf8
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 @@ -1824,7 +1824,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", 700, CVar.SERVER | CVar.REPLICATED);// ADT Tweak 256

public static readonly CVarDef<bool> ChatSanitizerEnabled =
CVarDef.Create("chat.chat_sanitizer_enabled", true, CVar.SERVERONLY);
Expand Down

0 comments on commit b21fdf8

Please sign in to comment.