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) } }