diff options
| author | mat <github@matdoes.dev> | 2022-12-11 03:23:20 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-12-11 03:23:20 -0600 |
| commit | fa290b30f2e739e8575cbf3384a22d404b03fa6e (patch) | |
| tree | 306f3e4ae377ef0d176b278eabc41a2653f455d8 /azalea-client/src | |
| parent | b60a55e61ed5ee7a37df20802b6d95543657ea40 (diff) | |
| download | azalea-drasl-fa290b30f2e739e8575cbf3384a22d404b03fa6e.tar.xz | |
fix PartialWorld::default() for tests
Diffstat (limited to 'azalea-client/src')
| -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( |
