From e64ef144b0bab409d0d4edbef12b42744dbbf9a8 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Fri, 31 May 2024 02:01:17 +0200 Subject: Improvement: /shclearminiondata (#1951) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands') 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 884a2c140..61b24c76c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -345,8 +345,8 @@ object Commands { ) { GardenAPI.clearCropSpeed() } registerCommand( "shclearminiondata", - "Reset data about minion profit and the name display on the private island" - ) { MinionFeatures.clearMinionData() } + "Removed bugged minion locations from your private island" + ) { MinionFeatures.removeBuggedMinions(isCommand = true) } registerCommand( "shwhereami", "Print current island in chat" -- cgit