forgot an @Range
This commit is contained in:
parent
0a8a3cd02a
commit
35439bd2f7
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ public class HUD extends Feature {
|
|||
@Config("Server Ping Jitter Amount")
|
||||
@Description("See the above setting.")
|
||||
@Gate(3)
|
||||
@Range("0..10")
|
||||
public int pingJitterAmount;
|
||||
|
||||
@Config("Show server TPS")
|
||||
|
|
Loading…
Add table
Reference in a new issue