From befcec9b3a39fce64b23f31ecb0d56901bc0e1f4 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 29 Jan 2025 02:09:54 +0000 Subject: fix wrong Profile data component impl --- azalea-protocol/src/packets/game/c_set_entity_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/c_set_entity_data.rs') 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(); -- cgit v1.2.3