aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
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
commitd5dbe653bb865e85d0f433313ab11e21efdaed39 (patch)
treed88b12ca9fca88c564735a6b7ed98443b2ada6d1 /src/main/java
parente9a6b9f6de0fd8d6bc0d97b03d07d9a8c2757f95 (diff)
downloadskyhanni-d5dbe653bb865e85d0f433313ab11e21efdaed39.tar.gz
skyhanni-d5dbe653bb865e85d0f433313ab11e21efdaed39.tar.bz2
skyhanni-d5dbe653bb865e85d0f433313ab11e21efdaed39.zip
Made the new skyhanni update message clickable
Diffstat (limited to 'src/main/java')
-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)
}