forgot an @Range

This commit is contained in:
Jess H 2024-06-07 03:20:54 +01:00
parent 0a8a3cd02a
commit 35439bd2f7
Signed by: UnixSystemV
GPG key ID: 9B21C50B68D67F19

View file

@ -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")