make ping support up to 5s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m54s

This commit is contained in:
Daniella / Tove 2024-10-03 22:59:12 +02:00
parent 01415d5a58
commit bdf9a62288
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -30,7 +30,7 @@ public class Ping extends Feature {
@Config("Milliseconds")
@Description("How many milliseconds to add to your ping.\n" +
"§lWarning§r: You might get timed out on high settings (Time-out happens at 15 seconds including real ping).")
@Range("0..14000")
@Range("0..5000")
public int milliseconds;
Packet<?> allowRecv = null;