diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 16:24:11 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 16:24:11 +0200 |
commit | eea0526b37d52aadb5066be5188da9e76910aaa1 (patch) | |
tree | a73a97539fd953fb7cb439729aacb147cbe768f1 /src/main | |
parent | 0be64e693d9790a1aa877197ebf50cd307c8a5d3 (diff) | |
download | skyhanni-eea0526b37d52aadb5066be5188da9e76910aaa1.tar.gz skyhanni-eea0526b37d52aadb5066be5188da9e76910aaa1.tar.bz2 skyhanni-eea0526b37d52aadb5066be5188da9e76910aaa1.zip |
made the description more clear
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java index ddcca5eba..d1f522a9e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java @@ -23,7 +23,7 @@ public class DamageIndicatorConfig { @ConfigOption( name = "Boss Name", desc = "Change how the boss name should be displayed.") - @ConfigEditorDropdown(values = {"Disabled", "Full Name", "Short Name"}) + @ConfigEditorDropdown(values = {"Hidden", "Full Name", "Short Name"}) public int bossName = 1; @Expose |