summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-10-16 20:13:09 +1100
committerGitHub <noreply@github.com>2023-10-16 11:13:09 +0200
commitf36ef92c5df4a8257b17758a6170bfd6b2b6ffab (patch)
tree5add5d657dcec12605c0848d8de000f7d4f6f708 /src/main/java/at/hannibal2/skyhanni/config
parent218fc4352fd1c0af67d52a3264632f0617179aa8 (diff)
downloadskyhanni-f36ef92c5df4a8257b17758a6170bfd6b2b6ffab.tar.gz
skyhanni-f36ef92c5df4a8257b17758a6170bfd6b2b6ffab.tar.bz2
skyhanni-f36ef92c5df4a8257b17758a6170bfd6b2b6ffab.zip
Fix: Chat symbols (#567)
Hopefully fixed all chat symbol issues and removed the chat symbols on private messages. #567
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index 16a9761b0..9b515dbd9 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -669,8 +669,8 @@ public class MiscConfig {
@Expose
@ConfigOption(name = "Enabled", desc = "Adds extra symbols to the chat such as those from ironman, " +
- "stranded, bingo or nether factions and places them next to your regular player emblems. " +
- "Also allows emblems without sb level in chat.")
+ "stranded, bingo or nether factions and places them next to your regular player emblems. §eDoes" +
+ " not work with hide rank hider!")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = true;