aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorfabi <85846799+fahr-plan@users.noreply.github.com>2024-05-28 23:30:46 +0200
committerGitHub <noreply@github.com>2024-05-28 23:30:46 +0200
commit594164c67105eb6f03f92e31697d233a5b679f39 (patch)
treec5256592bc112e080d923f634210c43be9bff029 /src/main/java/at
parent36cea7d410a3f0cca792e1212cfb4d2536bb8f51 (diff)
downloadskyhanni-594164c67105eb6f03f92e31697d233a5b679f39.tar.gz
skyhanni-594164c67105eb6f03f92e31697d233a5b679f39.tar.bz2
skyhanni-594164c67105eb6f03f92e31697d233a5b679f39.zip
Fix: typo in shclearkismet command (#1912)
Diffstat (limited to 'src/main/java/at')
-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 d0fd99dd0..881861ad3 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -387,7 +387,7 @@ object Commands {
"Shows the status of all the mods constants"
) { SkyHanniMod.repo.displayRepoStatus(false) }
registerCommand(
- "shclearksimet",
+ "shclearkismet",
"Cleares the saved values of the applied kismet feathers in Croesus"
) { CroesusChestTracker.resetChest() }
registerCommand(