From c12469966e50fe9d269896687e3763cabb039d73 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 16 Dec 2021 16:23:51 +0000 Subject: add resource location to azalea-core --- azalea-protocol/src/packets/login/clientbound_custom_query_packet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') 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; -- cgit v1.2.3