Doubled the papers symbol limit (#13311)

Co-authored-by: vanx <vanx#5477>
This commit is contained in:
vanx
2023-01-04 13:44:17 +07:00
committed by GitHub
parent f7685b6847
commit f7d2da0fe0

View File

@@ -11,7 +11,7 @@ namespace Content.Server.Paper
public string Content { get; set; } = ""; public string Content { get; set; } = "";
[DataField("contentSize")] [DataField("contentSize")]
public int ContentSize { get; set; } = 500; public int ContentSize { get; set; } = 1000;
[DataField("stampedBy")] [DataField("stampedBy")]
public List<string> StampedBy { get; set; } = new(); public List<string> StampedBy { get; set; } = new();