aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-27 14:44:42 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-27 14:44:42 +0100
commit0751af712913dd75977edfd51104d39058b39b38 (patch)
treea0861cb1a2afe1483b244efb28ebc5f1720fc623 /src
parentf8c9680fa8fd9cb64fc33fda81bb58808668f7bf (diff)
downloadskyhanni-0751af712913dd75977edfd51104d39058b39b38.tar.gz
skyhanni-0751af712913dd75977edfd51104d39058b39b38.tar.bz2
skyhanni-0751af712913dd75977edfd51104d39058b39b38.zip
Odger highlight feature tells in description that its only useful for users without abiphone.
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/fishing/trophyfishing/TrophyFishingConfig.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/trophyfishing/TrophyFishingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/trophyfishing/TrophyFishingConfig.java
index ce774a72f..b3990ca51 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/trophyfishing/TrophyFishingConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/trophyfishing/TrophyFishingConfig.java
@@ -20,7 +20,11 @@ public class TrophyFishingConfig {
public boolean filletTooltip = true;
@Expose
- @ConfigOption(name = "Odger Waypoint", desc = "Show the Odger waypoint when Trophy Fishes are in the inventory and no lava rod in hand.")
+ @ConfigOption(
+ name = "Odger Waypoint",
+ desc = "Show the Odger waypoint when Trophy Fishes are in the inventory and no lava rod in hand. " +
+ "§cOnly useful for users without abiohone contact."
+ )
@ConfigEditorBoolean
@FeatureToggle
public boolean odgerLocation = true;