From f3dfd9703080dc00e41985ec13376bcb9bccff32 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 27 May 2024 11:06:36 +0200 Subject: [PATCH] oops its 15 not 30 where timeout happens --- .../src/main/java/com/baseband/client/module/world/Ping.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/src/main/java/com/baseband/client/module/world/Ping.java b/Client/src/main/java/com/baseband/client/module/world/Ping.java index 0b625b7..d0c561c 100644 --- a/Client/src/main/java/com/baseband/client/module/world/Ping.java +++ b/Client/src/main/java/com/baseband/client/module/world/Ping.java @@ -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