From 9f370189636fd3aa57dd13a54e05baf8bd803ae0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:52:54 +0200 Subject: renamed feature description --- .../at/hannibal2/skyhanni/config/features/CrimsonIsleConfig.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CrimsonIsleConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/CrimsonIsleConfig.java index 37888a1c2..b9d00f8cd 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/CrimsonIsleConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/CrimsonIsleConfig.java @@ -143,8 +143,9 @@ public class CrimsonIsleConfig { } @Expose - @ConfigOption(name = "Fetch Quest from Sacks", desc = "Gets the items from your sacks when you open a 'item fetch' daily quest in the town board.") + @ConfigOption(name = "Quest Item Helper", desc = "When you open the fetch item quest in the town board, " + + "it shows a clickable chat message that will grab the items needed from the sacks.") @ConfigEditorBoolean @FeatureToggle - public boolean questdailyFetchItemsFromSacks = false; + public boolean questItemHelper = false; } -- cgit