Update PlayerProvidedCharacterRecords.cs

This commit is contained in:
This_Is_Gray 2026-02-15 02:54:45 -05:00
parent a44162ef3d
commit 3be5109ce9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Content.Shared._CD.Records;
public sealed partial class PlayerProvidedCharacterRecords
{
public const int TextMedLen = 64;
public const int TextVeryLargeLen = 8192;
public const int TextVeryLargeLen = 8192; //DeltaV
/* Basic info */