diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 92957650b2..be0514e056 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1747,12 +1747,6 @@ namespace Content.Shared.CCVar public static readonly CVarDef RestrictedNames = CVarDef.Create("ic.restricted_names", true, CVar.SERVER | CVar.REPLICATED); - /// - /// Regis for name validation if enabled RestrictedNames - /// - public static readonly CVarDef RestrictedNameRegex = - CVarDef.Create("ic.restricted_name_regex", @"[^А-Я,а-я,A-Z,a-z,0-9, -]", CVar.SERVER | CVar.REPLICATED); - /// /// Allows flavor text (character descriptions) ///