diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-02-19 20:34:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 20:34:48 +0100 |
commit | 0f6e221ee30423c3e3579c5aa7deac17f8be82f4 (patch) | |
tree | 7a8b4ee754619b1d699a6c99c1a1bd6aaec6cd5f /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 9d6ae65895063a7f5cce54c90edd1d946ad083b3 (diff) | |
download | skyhanni-0f6e221ee30423c3e3579c5aa7deac17f8be82f4.tar.gz skyhanni-0f6e221ee30423c3e3579c5aa7deac17f8be82f4.tar.bz2 skyhanni-0f6e221ee30423c3e3579c5aa7deac17f8be82f4.zip |
Improved Packet Test. #1004
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-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 5283c0c6e..b196bb634 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -392,7 +392,7 @@ object Commands { "shcopyparticles", "Copied information about the particles that spawn in the next 50ms to the clipboard" ) { CopyNearbyParticlesCommand.command(it) } - registerCommand("shtestpacket", "Logs incoming and outgoing packets to the console") { PacketTest.toggle() } + registerCommand("shtestpacket", "Logs incoming and outgoing packets to the console") { PacketTest.command(it) } registerCommand( "shtestmessage", "Sends a custom chat message client side in the chat" |