diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_set_player_team.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_set_player_team.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_set_player_team.rs b/azalea-protocol/src/packets/game/c_set_player_team.rs index f73835f7..8c195154 100644 --- a/azalea-protocol/src/packets/game/c_set_player_team.rs +++ b/azalea-protocol/src/packets/game/c_set_player_team.rs @@ -63,7 +63,7 @@ mod tests { ]; let mut buf = Cursor::new(contents.as_slice()); let packet = ClientboundSetPlayerTeam::azalea_read(&mut buf).unwrap(); - println!("{:?}", packet); + println!("{packet:?}"); assert_eq!(buf.position(), contents.len() as u64); } |
