aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/read.rs')
-rw-r--r--azalea-protocol/src/read.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs
index 5ec7f3b9..9fbb7d61 100644
--- a/azalea-protocol/src/read.rs
+++ b/azalea-protocol/src/read.rs
@@ -9,7 +9,7 @@ use std::{
sync::LazyLock,
};
-use azalea_buf::{AzaleaReadVar, BufReadError};
+use azalea_buf::{AzBufVar, BufReadError};
use azalea_crypto::Aes128CfbDec;
use flate2::read::ZlibDecoder;
use futures::StreamExt;
@@ -406,7 +406,7 @@ where
mod tests {
use std::io::Cursor;
- use azalea_buf::AzaleaRead as _;
+ use azalea_buf::AzBuf as _;
use crate::{packets::game::ClientboundGamePacket, read::deserialize_packet};