From db91bab5b17ff4b4f62edede27afbadb354805ad Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:35:33 +0300 Subject: [PATCH] Update CCVars.cs --- Content.Shared/CCVar/CCVars.cs | 6 ------ 1 file changed, 6 deletions(-) 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) ///