From f36ef92c5df4a8257b17758a6170bfd6b2b6ffab Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:13:09 +1100 Subject: Fix: Chat symbols (#567) Hopefully fixed all chat symbol issues and removed the chat symbols on private messages. #567 --- src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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; -- cgit