From c31a1f943464a096e0988363f4d56c937465642f Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 10 Sep 2022 19:46:01 -0500 Subject: fix outdated EntityDataValue --- azalea-protocol/src/read.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs index 3ff24f72..313fb412 100755 --- a/azalea-protocol/src/read.rs +++ b/azalea-protocol/src/read.rs @@ -221,7 +221,10 @@ where #[cfg(test)] mod tests { use super::*; - use crate::packets::game::{clientbound_player_chat_packet::ChatType, ClientboundGamePacket}; + use crate::packets::{ + game::{clientbound_player_chat_packet::ChatType, ClientboundGamePacket}, + handshake::ClientboundHandshakePacket, + }; use std::io::Cursor; #[tokio::test] -- cgit v1.2.3