Update PlayerProvidedCharacterRecords.cs
This commit is contained in:
parent
a44162ef3d
commit
3be5109ce9
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue