From 256bbe6fde1bc05d32cc72a7de43835489790315 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 27 May 2024 09:32:39 +0100 Subject: [PATCH] fix fuck shit --- Client/src/main/java/com/baseband/client/module/world/Ping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ff73b9c..4307302 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 @@ -21,7 +21,7 @@ public class Ping extends Feature { @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") - int seconds; + public int seconds; @Override public String toString() {