aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-06 19:15:33 -0500
committermat <github@matdoes.dev>2022-07-06 19:15:33 -0500
commit017651358d8aeefdadc0f3973f1fe4f394e9b14d (patch)
tree5f5ba11ddca864e00b3357c898d97342720b4fe1 /azalea-client/src
parent2d7056b3d45ae1b0317b6bcb42e2444dedd72bf4 (diff)
downloadazalea-drasl-017651358d8aeefdadc0f3973f1fe4f394e9b14d.tar.xz
It compiles
Diffstat (limited to 'azalea-client/src')
-rw-r--r--azalea-client/src/client.rs2
1 files changed, 1 insertions, 1 deletions
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();