oops its 15 not 30 where timeout happens
This commit is contained in:
parent
6bb9099b72
commit
f3dfd97030
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ public class Ping extends Feature {
|
|||
|
||||
@Config("Seconds")
|
||||
@Description("How many seconds to add to your ping.\n" +
|
||||
"§lWarning§r: You might get timed out on high settings (Time-out happens at 30 seconds including real ping).")
|
||||
@Range("0..28")
|
||||
"§lWarning§r: You might get timed out on high settings (Time-out happens at 15 seconds including real ping).")
|
||||
@Range("0..14")
|
||||
public int seconds;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue