aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorHiZe_ <superhize@hotmail.com>2023-07-25 15:45:14 +0200
committerGitHub <noreply@github.com>2023-07-25 15:45:14 +0200
commit9b4c029bbe90a74845da7c0e3e732c7c03714536 (patch)
tree8d2e09431dcc21ceda5e590ddf2c48a611a3bb13 /src/main/java/at/hannibal2/skyhanni/config
parent48cff2f92ac59da9c0f796b88fe8478788f4039b (diff)
downloadskyhanni-9b4c029bbe90a74845da7c0e3e732c7c03714536.tar.gz
skyhanni-9b4c029bbe90a74845da7c0e3e732c7c03714536.tar.bz2
skyhanni-9b4c029bbe90a74845da7c0e3e732c7c03714536.zip
Bypass visitor refusal key (#331)
Co-authored-by: superhize <superhize@gmail.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 0afc5d2fc..3091e4f85 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -171,6 +171,11 @@ public class Garden {
@ConfigEditorBoolean
public boolean preventRefusing = true;
+ @Expose
+ @ConfigOption(name = "Bypass Key", desc = "Hold that key to bypass the Prevent Refusing feature.")
+ @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE)
+ public int bypassKey = Keyboard.KEY_NONE;
+
/**
* Sync up with {at.hannibal2.skyhanni.features.garden.visitor.VisitorReward}