From 78dcb458d81de56c845faad356d10f8fc6fd8826 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:06:21 +0200 Subject: changed /shtestmessage logic --- src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2') diff --git a/src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt index 5b36d1863..e9d8d6145 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt @@ -47,7 +47,8 @@ object TestChatCommand { return } else ChatComponentText(text.replace("&", "§")) - if (!isHidden) ChatUtils.chat("Testing message: §7${component.formattedText}", prefixColor = "§a") + // TODO add additional hide parameter +// if (!isHidden) ChatUtils.chat("Testing message: §7${component.formattedText}", prefixColor = "§a") test(component, isHidden) } -- cgit