From 7caf2d6a8e33a14df567a78e78c0b4d1273a2971 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 26 Nov 2023 08:59:41 +0100 Subject: changed default --- .../skyhanni/config/features/garden/pests/PestTimerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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); -- cgit