aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 17:04:29 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 17:04:29 +0200
commit52c6bc751f4d4f9112531b68998eb33d466a328d (patch)
treea69427bcf0b5e017b0549d6c95968d9a39987f39 /src/main/java/at/hannibal2/skyhanni
parent7e4bbaec3e6c116b0e2a1ddda28bdbb0e0f2d522 (diff)
downloadskyhanni-52c6bc751f4d4f9112531b68998eb33d466a328d.tar.gz
skyhanni-52c6bc751f4d4f9112531b68998eb33d466a328d.tar.bz2
skyhanni-52c6bc751f4d4f9112531b68998eb33d466a328d.zip
changed changelog
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
index 1582c734a..8599bb4a2 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
@@ -212,7 +212,7 @@ public class FishingConfig {
public static class FishingHookDisplay {
@Expose
- @ConfigOption(name = "Enabled", desc = "Display the hypixel timer until the fishing hook can be pulled out of the water, only bigger and on your screen.")
+ @ConfigOption(name = "Enabled", desc = "Display the hypixel timer until the fishing hook can be pulled out of the water/lava, only bigger and on your screen.")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = true;