aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-30 18:29:53 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-30 18:29:53 +0200
commitd82e073b6b2705213cc18dd19ee20806881bb4cf (patch)
treecfc4e6307030910f4e205c0771a5c31408256af7 /src/main/java/at/hannibal2/skyhanni/config
parent7fa0575aa4226e2662580255541c702626ea0c36 (diff)
downloadskyhanni-d82e073b6b2705213cc18dd19ee20806881bb4cf.tar.gz
skyhanni-d82e073b6b2705213cc18dd19ee20806881bb4cf.tar.bz2
skyhanni-d82e073b6b2705213cc18dd19ee20806881bb4cf.zip
wrong blaze dagger chat
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
index 544493750..def86bc74 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
@@ -59,6 +59,12 @@ public class Slayer {
public int blazeFirstDagger = 0;
@Expose
+ @ConfigOption(name = "Hide Chat", desc = "Remove the wrong dagger messages from chat.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 2)
+ public boolean blazeHideDaggerWarning = false;
+
+ @Expose
@ConfigOption(name = "Fire Pillars", desc = "")
@ConfigEditorAccordion(id = 3)
@ConfigAccordionId(id = 1)