Truncate long name / job titles for IDs (#5009)

This commit is contained in:
metalgearsloth
2021-10-24 19:28:25 +11:00
committed by GitHub
parent 3c0473dfe4
commit 5cc3f9ee30
3 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ namespace Content.Shared.Access
{
public override string Name => "IdCardConsole";
public const int MaxFullNameLength = 256;
public const int MaxJobTitleLength = 256;
public enum UiButton
{
PrivilegedId,