From 8116fb8434a724b67be01e1369ef902b865d5c49 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:10:05 +0200 Subject: code cleanup --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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() } } -- cgit