From 0751af712913dd75977edfd51104d39058b39b38 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:44:42 +0100 Subject: Odger highlight feature tells in description that its only useful for users without abiphone. --- .../config/features/fishing/trophyfishing/TrophyFishingConfig.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni') 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; -- cgit