Skip to content

Commit

Permalink
Update CCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
OCOtheOmega authored Jul 30, 2023
1 parent 2c8a1f4 commit 841b1dd
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 @@ -1396,7 +1396,7 @@ public static readonly CVarDef<int>
/// Restricts IC character names to alphanumeric chars.
/// </summary>
public static readonly CVarDef<bool> RestrictedNames =
CVarDef.Create("ic.restricted_names", false, CVar.SERVER | CVar.REPLICATED);
CVarDef.Create("ic.restricted_names", true, CVar.SERVER | CVar.REPLICATED);

/// <summary>
/// Allows flavor text (character descriptions)
Expand Down

0 comments on commit 841b1dd

Please sign in to comment.