aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 13:23:45 -0400
committerGitHub <noreply@github.com>2023-03-15 13:23:45 -0400
commit52ebe073ec59fc146b5debecb889d300ab340f84 (patch)
tree218e38fd1b30c90485dd5cdeb9a72bd284e431ee /src/main/java/at/hannibal2/skyhanni
parentd5edf68dbad1e6c5813a71b2fa85374e6c68d4d6 (diff)
downloadskyhanni-52ebe073ec59fc146b5debecb889d300ab340f84.tar.gz
skyhanni-52ebe073ec59fc146b5debecb889d300ab340f84.tar.bz2
skyhanni-52ebe073ec59fc146b5debecb889d300ab340f84.zip
Removed unnecessary parentheses
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java2
1 files changed, 1 insertions, 1 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 92363b971..e9c2375c4 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
@@ -11,7 +11,7 @@ public class Slayer {
public boolean enderman = false;
@Expose
- @ConfigOption(name = "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
@ConfigAccordionId(id = 0)
public boolean slayerEndermanBeacon = false;