aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) }
}