aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_set_entity_data.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-01-29 02:09:54 +0000
committermat <git@matdoes.dev>2025-01-29 02:09:54 +0000
commitbefcec9b3a39fce64b23f31ecb0d56901bc0e1f4 (patch)
tree55df9446ead7bd15a34724c55a29a018efc37f04 /azalea-protocol/src/packets/game/c_set_entity_data.rs
parentef25e77e5262c68c682d889bc58e7120c66f978a (diff)
downloadazalea-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-xazalea-protocol/src/packets/game/c_set_entity_data.rs2
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();