summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-22 16:43:20 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-22 16:43:20 +0200
commit1ff9c6ead7343eebc1f0efc980d5f29faa8f68ec (patch)
tree694179d8925b916cc0ff3769eb64ae78c00b341d /src/main/java/at/hannibal2/skyhanni/events
parent5b98edd63bb55754349508e0a6a6e6acca29b2d5 (diff)
downloadskyhanni-1ff9c6ead7343eebc1f0efc980d5f29faa8f68ec.tar.gz
skyhanni-1ff9c6ead7343eebc1f0efc980d5f29faa8f68ec.tar.bz2
skyhanni-1ff9c6ead7343eebc1f0efc980d5f29faa8f68ec.zip
Fixed the error message with HEMOVIBE not found in NEU Repo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/LorenzEvent.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/LorenzEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/LorenzEvent.kt
index 08234bdf1..0b6178399 100644
--- a/src/main/java/at/hannibal2/skyhanni/events/LorenzEvent.kt
+++ b/src/main/java/at/hannibal2/skyhanni/events/LorenzEvent.kt
@@ -18,7 +18,6 @@ abstract class LorenzEvent : Event() {
if (it is NoSuchMethodError) {
LorenzUtils.chat("§c[SkyHanni] You need to use a newer version of NotEnoughUpdates (alpha-11 or newer)! If you need help downloading it, go to the skyhanni discord.")
} else {
- it.printStackTrace()
CopyErrorCommand.logError(it, "Caught an ${it::class.simpleName ?: "error"} at ${eventName}: '${it.message}'")
}
}.getOrDefault(isCanceled)