From a9b0676ccc090ad2947f6990fc620de2f3f00d9b Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 22 May 2023 22:51:07 +0200 Subject: Wording --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 82a7ee060..69cc53b4a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -342,7 +342,7 @@ public class Misc { public boolean trapperTalkCooldown = true; } - @ConfigOption(name = "Teleport Pads", desc = "") + @ConfigOption(name = "Teleport Pads On Private Island", desc = "") @Accordion @Expose public TeleportPad teleportPad = new TeleportPad(); -- cgit