diff options
-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); |