diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/client.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index e2967a10..b904fa92 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -100,6 +100,7 @@ impl Client { ServerboundHelloPacket { username: account.username.clone(), public_key: None, + profile_id: None, } .get(), ) @@ -534,7 +535,7 @@ impl Client { dimension.move_entity_with_delta(p.entity_id, &p.delta)?; } - GamePacket::ClientboundMoveEntityPosRotPacket(p) => { + GamePacket::ClientboundMoveEntityPosrotPacket(p) => { let mut dimension_lock = client.dimension.lock()?; let dimension = dimension_lock.as_mut().unwrap(); |
