From 0d9d4bbbb29d79e09264836a16d81468dd7f6ace Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 2 Apr 2023 15:36:37 +0200 Subject: typos --- src/main/java/at/hannibal2/skyhanni/config/features/Minions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Minions.java b/src/main/java/at/hannibal2/skyhanni/config/features/Minions.java index 521901161..593a95ba9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Minions.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Minions.java @@ -12,7 +12,7 @@ public class Minions { public boolean nameDisplay = true; @Expose - @ConfigOption(name = "Only Tier", desc = "Show only the tier number over the minion.") + @ConfigOption(name = "Only Tier", desc = "Show only the tier number over the minion. (Useful for bingo)") @ConfigEditorBoolean public boolean nameOnlyTier = false; -- cgit