aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-07-21 06:37:23 -0400
committerGitHub <noreply@github.com>2024-07-21 12:37:23 +0200
commitc4c0b5e80d506ef1f7811603dd1611da5a4b84bb (patch)
treec4455d49a21383869d6c29757d5e9dc68e2256a0 /src/main/java/at/hannibal2/skyhanni/config/features
parent30ad6049a0f84e2e7be6fe9c4e6ade9dcf159bf7 (diff)
downloadskyhanni-c4c0b5e80d506ef1f7811603dd1611da5a4b84bb.tar.gz
skyhanni-c4c0b5e80d506ef1f7811603dd1611da5a4b84bb.tar.bz2
skyhanni-c4c0b5e80d506ef1f7811603dd1611da5a4b84bb.zip
Improvement: Add Toggle for Unclaimed Egg Warp (#2211)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java
index de86e01c4..52aaa8aed 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java
@@ -83,7 +83,7 @@ public class HoppityEggsConfig {
public boolean warnUnclaimedEggs = false;
@Expose
- @ConfigOption(name = "Click to Warp", desc = "Make the eggs ready chat message clickable to warp you to an island.")
+ @ConfigOption(name = "Click to Warp", desc = "Make the eggs ready chat message & unclaimed timer display clickable to warp you to an island.")
@ConfigEditorBoolean
public boolean warpUnclaimedEggs = false;