From 594164c67105eb6f03f92e31697d233a5b679f39 Mon Sep 17 00:00:00 2001 From: fabi <85846799+fahr-plan@users.noreply.github.com> Date: Tue, 28 May 2024 23:30:46 +0200 Subject: Fix: typo in shclearkismet command (#1912) --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java') 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( -- cgit