diff options
Diffstat (limited to 'azalea-protocol/src')
| -rwxr-xr-x | azalea-protocol/src/read.rs | 5 |
1 files changed, 4 insertions, 1 deletions
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] |
