From 020d8241371688aa0cb71361384444ecc256465e Mon Sep 17 00:00:00 2001 From: FaDeOkno Date: Sat, 17 Aug 2024 17:12:42 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BB=D0=B8=D0=BD=D0=BD=D1=8B=D0=B5=20?= =?UTF-8?q?=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/Preferences/HumanoidCharacterProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index b0579b09797..e6873680a47 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -30,7 +30,7 @@ public sealed partial class HumanoidCharacterProfile : ICharacterProfile private static readonly Regex RestrictedNameRegex = new("[^А-Яа-яёЁ0-9' -]"); // Corvax-Localization private static readonly Regex ICNameCaseRegex = new(@"^(?\w)|\b(?\w)(?=\w*$)"); - public const int MaxNameLength = 32; + public const int MaxNameLength = 96; // ну тип ADT public const int MaxDescLength = 512; ///