Merge pull request #5385 from IAmNotGray/does-anyone-even-read-records

Records Description Length Increase
This commit is contained in:
BarryNorfolk 2026-02-24 20:11:26 +01:00 committed by GitHub
commit a0a120871c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = 4096;
public const int TextVeryLargeLen = 8192; //DeltaV
/* Basic info */