diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-27 13:19:09 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-27 13:19:09 +0200 |
commit | 33235af9cb859e2f52672d6b5f2ac5104a6046d5 (patch) | |
tree | 9936c269bef0380173072ffb00367714bf63dd41 /src/main/java/at/hannibal2/skyhanni/config | |
parent | a44214f2d62ef45b44f6da057be37a276ccdce76 (diff) | |
download | skyhanni-33235af9cb859e2f52672d6b5f2ac5104a6046d5.tar.gz skyhanni-33235af9cb859e2f52672d6b5f2ac5104a6046d5.tar.bz2 skyhanni-33235af9cb859e2f52672d6b5f2ac5104a6046d5.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 | 2 |
1 files changed, 1 insertions, 1 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 e93a42228..30164d8b1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -244,7 +244,7 @@ object Commands { registerCommand( "shcopyitem", "Copies information about the item in hand to the clipboard" - ) { CopyItemCommand.command(it) } + ) { CopyItemCommand.command() } registerCommand( "shcopyparticles", "Copied information about the particles that spawn in the next 50ms to the clipboard" |