From e6785c803b22a8595234bf4b07da40ddaedbec96 Mon Sep 17 00:00:00 2001 From: saga <45262877+saga-00@users.noreply.github.com> Date: Tue, 28 May 2024 18:32:39 -0300 Subject: Improvement: Teleport to Infested plot defaults to Warp Garden (#1910) --- .../skyhanni/config/features/garden/pests/PestFinderConfig.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java index ae2819317..20f840084 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java @@ -87,4 +87,9 @@ public class PestFinderConfig { @ConfigOption(name = "Always Teleport", desc = "Allow teleporting with the Teleport Hotkey even when you're already in an infested plot.") @ConfigEditorBoolean public boolean alwaysTp = false; + + @Expose + @ConfigOption(name = "Back to Garden", desc = "Make the Teleport Hotkey warp you to Garden if you don't have any pests.") + @ConfigEditorBoolean + public boolean backToGarden = false; } -- cgit