diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-13 05:47:17 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-13 05:47:17 +0200 |
| commit | d4606dce2a1f66030a0fa3a1ecafe39547ee8e96 (patch) | |
| tree | bd55d25dce81e2c0e42b9e51ceb373a8cfc04854 | |
| parent | 3d06b454d2cb2b92766dd3967ec0c97d2df17bf3 (diff) | |
| download | SkyHanni-d4606dce2a1f66030a0fa3a1ecafe39547ee8e96.tar.gz SkyHanni-d4606dce2a1f66030a0fa3a1ecafe39547ee8e96.tar.bz2 SkyHanni-d4606dce2a1f66030a0fa3a1ecafe39547ee8e96.zip | |
only /sh is enough
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt | 2 |
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 d0f889644..2e3d848b2 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.clickableChat("§e[SkyHanni] §aSkyhanni found a new update: ${it.update.versionName}. Go check §b/sh download update §afor more info.", "sh download update") + LorenzUtils.clickableChat("§e[SkyHanni] §aSkyhanni found a new update: ${it.update.versionName}. Go check §b/sh download update §afor more info.", "sh") } }, MinecraftExecutor.OnThread) } |
