From 017651358d8aeefdadc0f3973f1fe4f394e9b14d Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 6 Jul 2022 19:15:33 -0500 Subject: It compiles --- azalea-client/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src') diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 2bc73551..8b586b0c 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -545,7 +545,7 @@ impl Client { world.move_entity_with_delta(p.entity_id, &p.delta)?; } - GamePacket::ClientboundMoveEntityPosRotPacket(p) => { + GamePacket::ClientboundMoveEntityPosrotPacket(p) => { let mut state_lock = state.lock()?; let world = state_lock.world.as_mut().unwrap(); -- cgit v1.2.3