aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:57:23 -0400
committerGitHub <noreply@github.com>2023-03-15 12:57:23 -0400
commitd5edf68dbad1e6c5813a71b2fa85374e6c68d4d6 (patch)
treeb9d2f76771cc481ed32e4f4265889957bf49b25a /src/main/java/at/hannibal2/skyhanni/config
parentd12fd14420a53b4d2c2f8c64efd95db70a7a8c65 (diff)
downloadskyhanni-d5edf68dbad1e6c5813a71b2fa85374e6c68d4d6.tar.gz
skyhanni-d5edf68dbad1e6c5813a71b2fa85374e6c68d4d6.tar.bz2
skyhanni-d5edf68dbad1e6c5813a71b2fa85374e6c68d4d6.zip
Removed unnecessary parentheses
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
index 97d69532d..372b8c327 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
@@ -40,7 +40,7 @@ public class Mobs {
@Expose
@ConfigOption(
name = "Special Zealots",
- desc = "Highlight Special Zealots in The End. (The one that drops Summoning Eyes)"
+ desc = "Highlight Special Zealots (the ones that drop summoning eyes) in the End."
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
@@ -68,7 +68,7 @@ public class Mobs {
public boolean areaBossRespawnTimer = false;
@Expose
- @ConfigOption(name = "Enderman Teleportation Hider", desc = "Stops the Enderman Teleportation animation (Like in SBA)")
+ @ConfigOption(name = "Enderman Teleportation Hider", desc = "Stops the Enderman Teleportation animation, like in SBA.")
@ConfigEditorBoolean
public boolean endermanTeleportationHider = false;
}