summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorSeRaid <77941535+SeRaid743@users.noreply.github.com>2024-04-24 19:54:22 +1200
committerGitHub <noreply@github.com>2024-04-24 09:54:22 +0200
commit3ad2bda69a6ce852e8d1d862c6afcbfd5bfcf6f3 (patch)
treec258daa45594eae155de6487b53950084a746c6f /src/main/java/at/hannibal2/skyhanni/config/commands
parentc6b6f1fd9377896df0d17f1951cb84c2a1ffd24a (diff)
downloadskyhanni-3ad2bda69a6ce852e8d1d862c6afcbfd5bfcf6f3.tar.gz
skyhanni-3ad2bda69a6ce852e8d1d862c6afcbfd5bfcf6f3.tar.bz2
skyhanni-3ad2bda69a6ce852e8d1d862c6afcbfd5bfcf6f3.zip
Command wording update (#1524)
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 7f4475287..e4a09e54e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -469,9 +469,9 @@ object Commands {
"Display a title on the screen with the specified settings."
) { TitleManager.command(it) }
registerCommand(
- "shconfigmanagerreset",
+ "shresetconfig",
"Reloads the config manager and rendering processors of MoulConfig. This §cWILL RESET §7your config, but also updating the java config files (names, description, orderings and stuff)."
- ) { SkyHanniDebugsAndTests.configManagerResetCommand() }
+ ) { SkyHanniDebugsAndTests.resetConfigCommand() }
registerCommand(
"readcropmilestonefromclipboard",
"Read crop milestone from clipboard. This helps fixing wrong crop milestone data"