summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-05-31 02:01:17 +0200
committerGitHub <noreply@github.com>2024-05-31 02:01:17 +0200
commite64ef144b0bab409d0d4edbef12b42744dbbf9a8 (patch)
tree2868fa5c38406cff23fc66544185db527b11fdce /src/main/java/at/hannibal2/skyhanni/config/commands
parent60cb0823bcc72f901c1e8fdc3a35b2cb59809989 (diff)
downloadskyhanni-e64ef144b0bab409d0d4edbef12b42744dbbf9a8.tar.gz
skyhanni-e64ef144b0bab409d0d4edbef12b42744dbbf9a8.tar.bz2
skyhanni-e64ef144b0bab409d0d4edbef12b42744dbbf9a8.zip
Improvement: /shclearminiondata (#1951)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt4
1 files changed, 2 insertions, 2 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 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"