From bdf9a6228821c2dc4247553052d7fd570067f0b0 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Thu, 3 Oct 2024 22:59:12 +0200 Subject: [PATCH] make ping support up to 5s --- .../de/com/baseband/client/feature/modules/ingame/Ping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/main/java/de/com/baseband/client/feature/modules/ingame/Ping.java b/Client/src/main/java/de/com/baseband/client/feature/modules/ingame/Ping.java index fdbc421..443020d 100644 --- a/Client/src/main/java/de/com/baseband/client/feature/modules/ingame/Ping.java +++ b/Client/src/main/java/de/com/baseband/client/feature/modules/ingame/Ping.java @@ -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;