Remove id card console component reference (#15205)

This commit is contained in:
DrSmugleaf
2023-04-08 13:15:52 -07:00
committed by GitHub
parent de327dbbe3
commit b4164e62b1
10 changed files with 146 additions and 166 deletions

View File

@@ -30,7 +30,7 @@ public sealed class RenameCommand : IConsoleCommand
}
var name = args[1];
if (name.Length > SharedIdCardConsoleComponent.MaxFullNameLength)
if (name.Length > IdCardConsoleComponent.MaxFullNameLength)
{
shell.WriteLine("Name is too long.");
return;