aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-05-13 12:40:21 +0200
committerGitHub <noreply@github.com>2024-05-13 12:40:21 +0200
commit4e98f4a176fb8bfe2b9c9afcdb4b941d5b721704 (patch)
tree2fa38db1c75150d3a5f69b14f4654796cbed577b /src/main/java/at/hannibal2/skyhanni/config
parent253d92a20b93a46d308cc94b73130e87e82f2da1 (diff)
downloadskyhanni-4e98f4a176fb8bfe2b9c9afcdb4b941d5b721704.tar.gz
skyhanni-4e98f4a176fb8bfe2b9c9afcdb4b941d5b721704.tar.bz2
skyhanni-4e98f4a176fb8bfe2b9c9afcdb4b941d5b721704.zip
Improvement: performance in various ways (#1782)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/fishing/ChumBucketHiderConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/ChumBucketHiderConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/ChumBucketHiderConfig.java
index 560947428..39ed3c4ae 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/ChumBucketHiderConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/ChumBucketHiderConfig.java
@@ -12,7 +12,7 @@ public class ChumBucketHiderConfig {
@ConfigOption(name = "Enable", desc = "Hide the Chum/Chumcap Bucket name tags for other players.")
@ConfigEditorBoolean
@FeatureToggle
- public Property<Boolean> enabled = Property.of(true);
+ public Property<Boolean> enabled = Property.of(false);
@Expose
@ConfigOption(name = "Hide Bucket", desc = "Hide the Chum/Chumcap Bucket.")