aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-08 00:33:24 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-08 00:33:24 +0200
commitcc8d383f8d7c8c14a9edbe7e7e0907bb3d85d552 (patch)
tree9e0fb77be750c5bd7442029870cf21ed3b69fd89 /src/main/java/at/hannibal2/skyhanni/config
parent15a6854441bbb4f864bd3ef567d4de914beb6389 (diff)
downloadskyhanni-cc8d383f8d7c8c14a9edbe7e7e0907bb3d85d552.tar.gz
skyhanni-cc8d383f8d7c8c14a9edbe7e7e0907bb3d85d552.tar.bz2
skyhanni-cc8d383f8d7c8c14a9edbe7e7e0907bb3d85d552.zip
Added inquisitor instant sharing and removed damage indicator requirements
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Diana.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java
index d193aa872..bd4edb7f2 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java
@@ -50,6 +50,11 @@ public class Diana {
public boolean focusInquisitor = false;
@Expose
+ @ConfigOption(name = "Instant SHare", desc = "Share the waypoint as soon as you find a inquisitor. As alternative, you can share it only via key press")
+ @ConfigEditorBoolean
+ public boolean instantShare = true;
+
+ @Expose
@ConfigOption(name = "Share Key", desc = "Press this key to share your Inquisitor Waypoint.")
@ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE)
public int keyBindShare = Keyboard.KEY_Y;