diff options
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 44c0f8cc..c88cfc31 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -523,7 +523,7 @@ impl Client { *world_lock = PartialWorld::new( client.client_information.read().view_distance.into(), weak_world, - p.player_id, + Some(p.player_id), ); let entity = EntityData::new( |
