aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-01-02 00:03:04 -0600
committermat <github@matdoes.dev>2022-01-02 00:03:04 -0600
commit3ec7352da2c8a9870718e6a81913f6aa1b576b95 (patch)
tree9b067763246eb43fb5928eeacf7aed18e9e90236 /azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs
parenta1afbb6031527c1db5831fc8e916bc0ecce633b4 (diff)
downloadazalea-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.rs1
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;