Removes smilies from existence. (kinda) (#5649)
This commit is contained in:
@@ -553,6 +553,9 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<int> ChatMaxMessageLength =
|
||||
CVarDef.Create("chat.max_message_length", 1000, CVar.SERVER | CVar.REPLICATED);
|
||||
|
||||
public static readonly CVarDef<bool> ChatSanitizerEnabled =
|
||||
CVarDef.Create("chat.chat_sanitizer_enabled", true, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* AFK
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user