aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-13 21:09:14 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-13 21:09:14 +0200
commitf54fd3a5865546873228e6857c1336282e19c067 (patch)
tree76555ea14a89d798a934cfb4ae18ee581887b0f1
parent88cfee3dec999c1bb881234272dd4a226e03b85c (diff)
downloadskyhanni-f54fd3a5865546873228e6857c1336282e19c067.tar.gz
skyhanni-f54fd3a5865546873228e6857c1336282e19c067.tar.bz2
skyhanni-f54fd3a5865546873228e6857c1336282e19c067.zip
made mining events default disabled second try
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/mining/MiningEventConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/mining/MiningEventConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/mining/MiningEventConfig.java
index 1e1fef454..81eeb2b1a 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/mining/MiningEventConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/mining/MiningEventConfig.java
@@ -15,7 +15,7 @@ public class MiningEventConfig {
"also enables you sending data. §eTakes up to a minute to sync new events.")
@ConfigEditorBoolean
@FeatureToggle
- public boolean enabled = true;
+ public boolean enabled = false;
@Expose
@ConfigOption(name = "Show Outside Mining Islands", desc = "Shows the event tracker when you are not inside of the Dwarven Mines or Crystal Hollows.")