aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-12 13:00:09 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-12 13:00:09 +0200
commit22f69ce8d617b988bc30d80750eed51cba3e31d4 (patch)
treed88b12ca9fca88c564735a6b7ed98443b2ada6d1
parentdb5fb76adb8c8e5bda9db961adbfaea44f05591e (diff)
downloadSkyHanni-22f69ce8d617b988bc30d80750eed51cba3e31d4.tar.gz
SkyHanni-22f69ce8d617b988bc30d80750eed51cba3e31d4.tar.bz2
SkyHanni-22f69ce8d617b988bc30d80750eed51cba3e31d4.zip
Made the new skyhanni update message clickable
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
index adb130a76..d0f889644 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
@@ -90,7 +90,7 @@ object UpdateManager {
potentialUpdate = it
if (it.isUpdateAvailable) {
updateState = UpdateState.AVAILABLE
- LorenzUtils.chat("§e[SkyHanni] §aSkyhanni found a new update: ${it.update.versionName}. Go check §b/sh download update §afor more info.")
+ LorenzUtils.clickableChat("§e[SkyHanni] §aSkyhanni found a new update: ${it.update.versionName}. Go check §b/sh download update §afor more info.", "sh download update")
}
}, MinecraftExecutor.OnThread)
}