diff options
| author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 12:57:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 12:57:23 -0400 |
| commit | da245bdc3cbd9e6a22c5c86910571344a91d03c6 (patch) | |
| tree | b9d2f76771cc481ed32e4f4265889957bf49b25a | |
| parent | a78e66d8c49044c740e76bf129d5484e17c518eb (diff) | |
| download | SkyHanni-da245bdc3cbd9e6a22c5c86910571344a91d03c6.tar.gz SkyHanni-da245bdc3cbd9e6a22c5c86910571344a91d03c6.tar.bz2 SkyHanni-da245bdc3cbd9e6a22c5c86910571344a91d03c6.zip | |
Removed unnecessary parentheses
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java | 4 |
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; } |
