diff options
| author | mat <git@matdoes.dev> | 2025-01-29 02:09:54 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-01-29 02:09:54 +0000 |
| commit | befcec9b3a39fce64b23f31ecb0d56901bc0e1f4 (patch) | |
| tree | 55df9446ead7bd15a34724c55a29a018efc37f04 /azalea-protocol/src/packets/game/c_set_entity_data.rs | |
| parent | ef25e77e5262c68c682d889bc58e7120c66f978a (diff) | |
| download | azalea-drasl-befcec9b3a39fce64b23f31ecb0d56901bc0e1f4.tar.xz | |
fix wrong Profile data component impl
Diffstat (limited to 'azalea-protocol/src/packets/game/c_set_entity_data.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/c_set_entity_data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_set_entity_data.rs b/azalea-protocol/src/packets/game/c_set_entity_data.rs index 769c2edf..afa352ab 100755 --- a/azalea-protocol/src/packets/game/c_set_entity_data.rs +++ b/azalea-protocol/src/packets/game/c_set_entity_data.rs @@ -18,7 +18,7 @@ mod tests { use super::*; #[test] - fn test_read_write_container_set_content() { + fn test_read_write_hypixel_entity_data() { let contents = [161, 226, 1, 10, 18, 1, 20, 38, 124, 175, 198, 255]; let mut buf = Cursor::new(contents.as_slice()); let packet = ClientboundSetEntityData::azalea_read(&mut buf).unwrap(); |
