diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-13 12:29:27 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-13 12:29:27 +0200 |
commit | 1a5a6a64b75d3e18649c52fc71852c875478bc43 (patch) | |
tree | 933603139a2d246481a0531c16707f706c011023 /src/main/java/at/hannibal2/skyhanni/test/command | |
parent | 5250a311250417f128cb6822075e8be0649c1bbc (diff) | |
download | skyhanni-1a5a6a64b75d3e18649c52fc71852c875478bc43.tar.gz skyhanni-1a5a6a64b75d3e18649c52fc71852c875478bc43.tar.bz2 skyhanni-1a5a6a64b75d3e18649c52fc71852c875478bc43.zip |
fixed typos
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test/command')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt index c76d7318f..2ca9bce5b 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt @@ -34,7 +34,7 @@ object CopyNearbyParticlesCommand { } @SubscribeEvent(priority = EventPriority.LOW, receiveCanceled = true) - fun onChatPacket(event: PacketEvent.ReceiveEvent) { + fun onPacketReceive(event: PacketEvent.ReceiveEvent) { if (!saveNextTick) return // command was sent in or around a tick so skipping the tick if (System.currentTimeMillis() <= searchTime + 5) return |