diff options
author | Matthias <40476420+byWambo@users.noreply.github.com> | 2024-01-06 12:16:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-06 12:16:09 +0100 |
commit | 391b7818a012c4209ce585d5882e7d94199783c1 (patch) | |
tree | e9722f76533530216e4695820c2cc597a8256d4d /src/main | |
parent | f4c86a2817de01724e12795e4bac04308293c8a0 (diff) | |
download | skyhanni-391b7818a012c4209ce585d5882e7d94199783c1.tar.gz skyhanni-391b7818a012c4209ce585d5882e7d94199783c1.tar.bz2 skyhanni-391b7818a012c4209ce585d5882e7d94199783c1.zip |
Changed description for Dungeon Filter to tell users what "annoying" messages are (#878)
Changed description of Dungeon Chat Filter feature. #878
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java index 09df4f5e7..52ecc0aa3 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java @@ -32,7 +32,7 @@ public class ChatConfig { public ChatSymbols chatSymbols = new ChatSymbols(); @Expose - @ConfigOption(name = "Dungeon Filter", desc = "Hide annoying messages in Dungeons.") + @ConfigOption(name = "Dungeon Filter", desc = "Hides pickup, reminder, buff, damage, ability, puzzle and end messages in Dungeons.") @ConfigEditorBoolean @FeatureToggle public boolean dungeonMessages = true; |