diff options
| author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 12:19:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 12:19:05 -0400 |
| commit | e9e9881da28bdae2d2a52c43ed6413cccbdc7ef2 (patch) | |
| tree | 0b2e0b8d2263dbc20cf89054007e6dec0ec122e4 | |
| parent | 7236ffba6f7e274148f69009b1752cdeed9775f2 (diff) | |
| download | SkyHanni-e9e9881da28bdae2d2a52c43ed6413cccbdc7ef2.tar.gz SkyHanni-e9e9881da28bdae2d2a52c43ed6413cccbdc7ef2.tar.bz2 SkyHanni-e9e9881da28bdae2d2a52c43ed6413cccbdc7ef2.zip | |
Conciseness
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java index c392edeba..a491090d4 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java @@ -13,12 +13,12 @@ import java.util.List; public class DamageIndicator { @Expose - @ConfigOption(name = "Damage Indicator Enabled", desc = "Show the missing health of a boss.") + @ConfigOption(name = "Damage Indicator Enabled", desc = "Show the boss' remaining health.") @ConfigEditorBoolean public boolean enabled = false; @Expose - @ConfigOption(name = "Healing Chat Message", desc = "Sends a chat message when a boss heals himself.") + @ConfigOption(name = "Healing Chat Message", desc = "Sends a chat message when a boss heals themself.") @ConfigEditorBoolean public boolean healingMessage = false; @@ -83,7 +83,7 @@ public class DamageIndicator { public boolean hideVanillaNametag = false; @Expose - @ConfigOption(name = "Time to Kill", desc = "Show the time it takes to kill the Slayer boss.") + @ConfigOption(name = "Time to Kill", desc = "Show the time it takes to kill the slayer boss.") @ConfigEditorBoolean public boolean timeToKillSlayer = true; } |
