diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 08:59:41 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 08:59:41 +0100 |
commit | 7caf2d6a8e33a14df567a78e78c0b4d1273a2971 (patch) | |
tree | b25f0377f266f0738a2e70032e44b8f267becc97 /src | |
parent | 3d0e46e98fbb7750908d7a504b5874d520d3147f (diff) | |
download | skyhanni-7caf2d6a8e33a14df567a78e78c0b4d1273a2971.tar.gz skyhanni-7caf2d6a8e33a14df567a78e78c0b4d1273a2971.tar.bz2 skyhanni-7caf2d6a8e33a14df567a78e78c0b4d1273a2971.zip |
changed default
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java index a0e01a926..f22bb49c2 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java @@ -23,7 +23,7 @@ public class PestTimerConfig { desc = "Only show the time while holding vacuum in the hand." ) @ConfigEditorBoolean - public boolean onlyWithVacuum = false; + public boolean onlyWithVacuum = true; @Expose public Position position = new Position(390, 65, false, true); |