diff options
| author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 13:23:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 13:23:45 -0400 |
| commit | 8be3f088ae5389a5145be229c161e5e0146afa12 (patch) | |
| tree | 218e38fd1b30c90485dd5cdeb9a72bd284e431ee | |
| parent | da245bdc3cbd9e6a22c5c86910571344a91d03c6 (diff) | |
| download | SkyHanni-8be3f088ae5389a5145be229c161e5e0146afa12.tar.gz SkyHanni-8be3f088ae5389a5145be229c161e5e0146afa12.tar.bz2 SkyHanni-8be3f088ae5389a5145be229c161e5e0146afa12.zip | |
Removed unnecessary parentheses
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java | 2 |
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; |
