diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-22 22:51:07 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-22 22:51:07 +0200 |
commit | a9b0676ccc090ad2947f6990fc620de2f3f00d9b (patch) | |
tree | 5b98293fd1ce79c6acc9ae8d814a95c8d244a607 /src/main/java/at/hannibal2/skyhanni | |
parent | ae5f5045833aa6d127e2fd969f6bb67c6784499d (diff) | |
download | skyhanni-a9b0676ccc090ad2947f6990fc620de2f3f00d9b.tar.gz skyhanni-a9b0676ccc090ad2947f6990fc620de2f3f00d9b.tar.bz2 skyhanni-a9b0676ccc090ad2947f6990fc620de2f3f00d9b.zip |
Wording
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |