From eea0526b37d52aadb5066be5188da9e76910aaa1 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:24:11 +0200 Subject: made the description more clear --- .../at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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 -- cgit