aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-02 12:58:51 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-02 12:58:51 +0200
commitb2439b1a5d4efca754d2da00f695d71b5ffaf1d8 (patch)
tree818a5f70f469fc2e16830890dfa222cfc2db00ca /src/main/java/at
parentbbf80a46bad65867dc5b2a5d1e1e67c3f872d009 (diff)
downloadskyhanni-b2439b1a5d4efca754d2da00f695d71b5ffaf1d8.tar.gz
skyhanni-b2439b1a5d4efca754d2da00f695d71b5ffaf1d8.tar.bz2
skyhanni-b2439b1a5d4efca754d2da00f695d71b5ffaf1d8.zip
fished item names are default enabled
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
index 5f781fa54..1686ecd34 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
@@ -130,7 +130,7 @@ public class Fishing {
@Expose
@ConfigOption(name = "Enabled", desc = "Show the fished item name above the item when fishing.")
@ConfigEditorBoolean
- public boolean enabled = false;
+ public boolean enabled = true;
@Expose
@ConfigOption(name = "Show Bait", desc = "Also how the name of the consumed bait.")