diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-19 01:03:53 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-19 01:03:53 +0100 |
commit | b80e1e160a6adc7a80cb4bb34ab253f63d29cc83 (patch) | |
tree | 9f9853d5d4fbfd5fa39dd78e1b3ddf6b0af41ade /src/main/java/at/hannibal2/skyhanni/test | |
parent | 0b1fa4dedc21e997234694d9d11805e4996b54b6 (diff) | |
download | skyhanni-b80e1e160a6adc7a80cb4bb34ab253f63d29cc83.tar.gz skyhanni-b80e1e160a6adc7a80cb4bb34ab253f63d29cc83.tar.bz2 skyhanni-b80e1e160a6adc7a80cb4bb34ab253f63d29cc83.zip |
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt | 1 |
1 files changed, 1 insertions, 0 deletions
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 49b5982de..a60b0f0d2 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/command/TestChatCommand.kt @@ -11,6 +11,7 @@ object TestChatCommand { LorenzUtils.userError("Specify a chat message to test!") return } + val hidden = args.last() == "-s" var rawMessage = args.toList().joinToString(" ") if (!hidden) LorenzUtils.chat("Testing message: §7$rawMessage", prefixColor = "§a") |