diff options
| author | mat <github@matdoes.dev> | 2022-10-07 20:41:05 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-07 20:41:05 -0500 |
| commit | e9d8d0357ee63cce321e177bf19a8974699894ee (patch) | |
| tree | 9d26178ee3acefd7af288f54ea314025ce00fab6 /azalea-protocol | |
| parent | bc3aa9467ae1e2d0ea1727093af9b0af14965e69 (diff) | |
| download | azalea-drasl-e9d8d0357ee63cce321e177bf19a8974699894ee.tar.xz | |
fix a test
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs b/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs index 94062d87..c6013fc2 100644 --- a/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs @@ -92,6 +92,7 @@ pub enum FilterMask { mod tests { use super::*; use azalea_buf::McBufReadable; + use std::io::Cursor; #[test] fn test_chat_type() { |
