From 4a0d5e7e96a795e3c30deb49723e4cc3d730e37c Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 8 Oct 2022 01:01:54 -0500 Subject: handle SectionBlocksUpdate packet --- azalea-protocol/src/read.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/read.rs') diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs index 2f0391b9..61d5d914 100644 --- a/azalea-protocol/src/read.rs +++ b/azalea-protocol/src/read.rs @@ -12,7 +12,7 @@ use std::{ io::{Cursor, Read}, }; use thiserror::Error; -use tokio::io::{AsyncRead, AsyncReadExt}; +use tokio::io::AsyncRead; use tokio_util::codec::{BytesCodec, FramedRead}; #[derive(Error, Debug)] -- cgit v1.2.3