oops its 15 not 30 where timeout happens

This commit is contained in:
Daniella / Tove 2024-05-27 11:06:36 +02:00
parent 6bb9099b72
commit f3dfd97030

View file

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