aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-01-02 17:42:41 -0600
committermat <github@matdoes.dev>2022-01-02 17:42:41 -0600
commit394f996df27bedc68be6c1f9e9764e8f78ba6282 (patch)
treea0a5b5ae17ae7e524fc04f844b7ffb63810861fc /azalea-protocol/src/packets/game
parent45871fc01e212a50ac5e6268e4677f97f8fe5bb3 (diff)
downloadazalea-drasl-394f996df27bedc68be6c1f9e9764e8f78ba6282.tar.xz
fix random warnings
Diffstat (limited to 'azalea-protocol/src/packets/game')
-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 4ee0ddf0..134a3109 100644
--- a/azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_custom_payload_packet.rs
@@ -1,4 +1,3 @@
-use crate::mc_buf::{Readable, Writable};
use azalea_core::resource_location::ResourceLocation;
use packet_macros::GamePacket;