summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/test/command
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-07-01 08:47:24 +1000
committerGitHub <noreply@github.com>2023-07-01 00:47:24 +0200
commitdb0f40aabed9a29e0055c3c9e6a6b1159b1444bf (patch)
tree67c682fa39bfa845ac1875d860531c7bddc389df /src/main/java/at/hannibal2/skyhanni/test/command
parent8667307b1367e3047c854b3a1ed5d1a7c1e879e6 (diff)
downloadskyhanni-db0f40aabed9a29e0055c3c9e6a6b1159b1444bf.tar.gz
skyhanni-db0f40aabed9a29e0055c3c9e6a6b1159b1444bf.tar.bz2
skyhanni-db0f40aabed9a29e0055c3c9e6a6b1159b1444bf.zip
No more getItemStack() crashes hopefully (#276)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test/command')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/test/command/CopyErrorCommand.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/command/CopyErrorCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/command/CopyErrorCommand.kt
index 112768637..94716762f 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/command/CopyErrorCommand.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/command/CopyErrorCommand.kt
@@ -54,7 +54,7 @@ object CopyErrorCommand {
"```\nSkyHanni ${SkyHanniMod.version}: $message\n(full stack trace)\n \n$fullStackTrace\n```"
LorenzUtils.clickableChat(
- "§c[SkyHanni ${SkyHanniMod.version}]: $message. Click here to copy the error into the clipboard.",
+ "§c[SkyHanni ${SkyHanniMod.version}]: $message§c. Click here to copy the error into the clipboard.",
"shcopyerror $randomId"
)
}