SanitizeMessagePeriod: Add Period at the end of sentences (#10710)
Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
This commit is contained in:
@@ -1072,6 +1072,12 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<bool> FlavorText =
|
||||
CVarDef.Create("ic.flavor_text", false, CVar.SERVER | CVar.REPLICATED);
|
||||
|
||||
/// <summary>
|
||||
/// Adds a period at the end of a sentence if the sentence ends in a letter.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> ChatPunctuation =
|
||||
CVarDef.Create("ic.punctuation", false, CVar.SERVER);
|
||||
|
||||
/*
|
||||
* Salvage
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user