summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-24 21:03:21 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-24 21:03:21 +0200
commit48812f4af2b7f2f5c6e45801802fa8bc7a5c8705 (patch)
treeb8c08fdcb0a636b72ca222d1c313bcc6b2113dbb /src/main/java/at/hannibal2/skyhanni/config/features
parent8d6719dc19d9def0365d6b421ef3168a2cd0782e (diff)
downloadskyhanni-48812f4af2b7f2f5c6e45801802fa8bc7a5c8705.tar.gz
skyhanni-48812f4af2b7f2f5c6e45801802fa8bc7a5c8705.tar.bz2
skyhanni-48812f4af2b7f2f5c6e45801802fa8bc7a5c8705.zip
released 0.10
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java4
1 files changed, 2 insertions, 2 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 531bc10da..bc584cbdb 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
@@ -48,12 +48,12 @@ public class Slayer {
public boolean firePitsWarning = false;
@Expose
- @ConfigOption(name = "Slayer Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
+ @ConfigOption(name = "Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
@ConfigEditorBoolean
public boolean slayerMinibossHighlight = false;
@Expose
- @ConfigOption(name = "Slayer Enderman Beacon", desc = "Highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying)")
+ @ConfigOption(name = "Enderman Beacon", desc = "Highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying)")
@ConfigEditorBoolean
public boolean slayerEndermanBeacon = false;