aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-16 16:23:51 +0000
committermat <github@matdoes.dev>2021-12-16 16:23:51 +0000
commitc12469966e50fe9d269896687e3763cabb039d73 (patch)
tree9d537df4d475d296ef64d882a08be32efec6ef63 /azalea-protocol/src
parent279ca8aeda2f8b8ba98ff969fc2801fc5df79167 (diff)
downloadazalea-drasl-c12469966e50fe9d269896687e3763cabb039d73.tar.xz
add resource location to azalea-core
Diffstat (limited to 'azalea-protocol/src')
-rw-r--r--azalea-protocol/src/packets/login/clientbound_custom_query_packet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/login/clientbound_custom_query_packet.rs b/azalea-protocol/src/packets/login/clientbound_custom_query_packet.rs
index 093176eb..11ae6d4d 100644
--- a/azalea-protocol/src/packets/login/clientbound_custom_query_packet.rs
+++ b/azalea-protocol/src/packets/login/clientbound_custom_query_packet.rs
@@ -1,7 +1,7 @@
use std::hash::Hash;
use tokio::io::BufReader;
-use crate::mc_buf::{self, Readable, Writable};
+use crate::mc_buf::{Readable, Writable};
use super::LoginPacket;