From beb05d83f80f9c8fa8a56beb8fd667e353532834 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:06:22 +0200 Subject: [PATCH] better wording --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5ba6d3769430..fe245eca7481 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) } }