aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;