aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/mc_buf/read.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-28 19:51:31 -0500
committermat <github@matdoes.dev>2022-04-28 19:51:31 -0500
commitb6fb96429c4530530f46e5deb5998f2249e5124e (patch)
tree0fe8a5b2b5823f978d85438c633cbf80fa7ad82d /azalea-protocol/src/mc_buf/read.rs
parent1ca9caee36fb84e4a34be4d6b11399fcea8e8389 (diff)
downloadazalea-drasl-b6fb96429c4530530f46e5deb5998f2249e5124e.tar.xz
chunk packets work
Diffstat (limited to 'azalea-protocol/src/mc_buf/read.rs')
-rwxr-xr-xazalea-protocol/src/mc_buf/read.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/mc_buf/read.rs b/azalea-protocol/src/mc_buf/read.rs
index e90b4b10..3d1aa0b3 100755
--- a/azalea-protocol/src/mc_buf/read.rs
+++ b/azalea-protocol/src/mc_buf/read.rs
@@ -8,7 +8,7 @@ use serde::Deserialize;
use tokio::io::{AsyncRead, AsyncReadExt};
use uuid::Uuid;
-use super::{UnsizedByteArray, MAX_STRING_LENGTH};
+use super::{BitSet, UnsizedByteArray, MAX_STRING_LENGTH};
#[async_trait]
pub trait Readable {