From 732918de53dfe749e0715f25bd78edb86c74b112 Mon Sep 17 00:00:00 2001 From: Loretta Date: Sat, 6 Jul 2024 07:27:15 +0200 Subject: [PATCH] fix --- AyCode.Core/Consts/AcConst.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AyCode.Core/Consts/AcConst.cs b/AyCode.Core/Consts/AcConst.cs index 4851db8..9d7a685 100644 --- a/AyCode.Core/Consts/AcConst.cs +++ b/AyCode.Core/Consts/AcConst.cs @@ -25,7 +25,7 @@ namespace AyCode.Core.Consts public const int MinPlayerNameLength = MinUserNameLength; public const int MaxPlayerNameLength = MaxUserNameLength; - public const int MinPasswordLength = 8; + public const int MinPasswordLength = 6; public const int MaxPasswordLength = 32; public const int MinUserTokenLength = 8; public const int MaxUserTokenLength = 12;