make ping support up to 5s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m54s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m54s
This commit is contained in:
parent
01415d5a58
commit
bdf9a62288
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue