diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-17 12:10:05 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-17 12:10:05 +0200 |
commit | 8116fb8434a724b67be01e1369ef902b865d5c49 (patch) | |
tree | 28f78ac869ea9ccbfd80cc22bb411789a266d0b3 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 64d038a41492cd7621dd8cbf326cda9200d5cc81 (diff) | |
download | skyhanni-8116fb8434a724b67be01e1369ef902b865d5c49.tar.gz skyhanni-8116fb8434a724b67be01e1369ef902b865d5c49.tar.bz2 skyhanni-8116fb8434a724b67be01e1369ef902b865d5c49.zip |
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 |
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 ca6018ad6..5eccdf488 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -166,8 +166,8 @@ object Commands { // "Language codes are at the end of the translation when you click on a message." // ) { Translator.fromEnglish(it) } registerCommand( - "shmouselock", - "Lock/Unlock the mouse so it will no longer rotate the player (for farming)" + "shmouselock", + "Lock/Unlock the mouse so it will no longer rotate the player (for farming)" ) { LockMouseLook.toggleLock() } } |