diff options
| author | mat <github@matdoes.dev> | 2022-01-02 00:03:04 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-01-02 00:03:04 -0600 |
| commit | 3ec7352da2c8a9870718e6a81913f6aa1b576b95 (patch) | |
| tree | 9b067763246eb43fb5928eeacf7aed18e9e90236 /azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs | |
| parent | a1afbb6031527c1db5831fc8e916bc0ecce633b4 (diff) | |
| download | azalea-drasl-3ec7352da2c8a9870718e6a81913f6aa1b576b95.tar.xz | |
add macro for a couple more packets
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs b/azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs index 24220a83..4ee0ddf0 100644 --- a/azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs @@ -1,5 +1,4 @@ use crate::mc_buf::{Readable, Writable}; -use crate::packets::game::GamePacket; use azalea_core::resource_location::ResourceLocation; use packet_macros::GamePacket; |
