diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-22 18:00:46 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-22 18:00:46 +0200 |
commit | eb64205e8b14c60117af2fb99404eaa8e71a554d (patch) | |
tree | 1c9724bab895bc79b80c59c29146b9dbc84a1ef5 /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 952b6afe61c374a20f0f417258f0f5d5f1110e55 (diff) | |
download | skyhanni-eb64205e8b14c60117af2fb99404eaa8e71a554d.tar.gz skyhanni-eb64205e8b14c60117af2fb99404eaa8e71a554d.tar.bz2 skyhanni-eb64205e8b14c60117af2fb99404eaa8e71a554d.zip |
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-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 9c8894967..3566d7c36 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -281,8 +281,8 @@ object Commands { "List persons into the chat SkyHanni thinks are in your party." ) { PartyAPI.listMembers() } registerCommand( - "shplaysound", - "Play the specified sound effect at the given pitch and volume." + "shplaysound", + "Play the specified sound effect at the given pitch and volume." ) { SoundUtils.command(it) } } |