aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-10-20 03:06:22 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-10-20 03:06:22 +0200
commitbeb05d83f80f9c8fa8a56beb8fd667e353532834 (patch)
tree49514df60f74d204258df49c8517ee581f95fc37
parent90b869133ec4e7bc5f5a8e2fc29e7f86e8033eba (diff)
downloadSkyHanni-beb05d83f80f9c8fa8a56beb8fd667e353532834.tar.gz
SkyHanni-beb05d83f80f9c8fa8a56beb8fd667e353532834.tar.bz2
SkyHanni-beb05d83f80f9c8fa8a56beb8fd667e353532834.zip
better wording
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
index 5ba6d3769..fe245eca7 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -782,7 +782,7 @@ object Commands {
callback { GriffinBurrowHelper.setTestBurrow(it) }
}
event.register("shtestisland") {
- description = "Sets the current skyblock island for testing purposes."
+ description = "Changes the SkyBlock island SkyHanni thinks you are on"
category = CommandCategory.DEVELOPER_TEST
callback { SkyBlockIslandTest.onCommand(it) }
}