Fix server crash for name identifiers (#15584)

This commit is contained in:
metalgearsloth
2023-05-02 02:56:44 +10:00
committed by GitHub
parent e2538b0185
commit ac5afa794e
3 changed files with 89 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ public sealed class NameIdentifierGroupPrototype : IPrototype
public string? Prefix;
[DataField("maxValue")]
public int MaxValue = 999;
public int MaxValue = 1000;
[DataField("minValue")]
public int MinValue = 0;