diff options
| author | mat <github@matdoes.dev> | 2022-05-03 18:03:10 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-03 18:03:10 +0000 |
| commit | 477c367fc44a2b5c139845f7e8307c6c276d95ee (patch) | |
| tree | ec7f3d2432a4f16d4dbdc205b37d68d54cabda2b /azalea-client | |
| parent | 0bd798045c4328208667df37348e9affb37e384f (diff) | |
| download | azalea-drasl-477c367fc44a2b5c139845f7e8307c6c276d95ee.tar.xz | |
mor echunk stuff
Diffstat (limited to 'azalea-client')
| -rwxr-xr-x | azalea-client/src/connect.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/connect.rs b/azalea-client/src/connect.rs index e4d7d7e5..984c5d86 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -271,6 +271,8 @@ impl Client { .lock() .await .world + .as_mut() + .expect("World doesn't exist! We should've gotten a login packet by now.") .replace_with_packet_data(&pos, &mut p.chunk_data.data.as_slice()) .unwrap(); } |
