Fix server crash for name identifiers (#15584)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user