Merge pull request #5385 from IAmNotGray/does-anyone-even-read-records
Records Description Length Increase
This commit is contained in:
commit
a0a120871c
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue