diff options
| author | mat <github@matdoes.dev> | 2022-08-29 21:10:15 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-08-29 21:10:15 -0500 |
| commit | c1af5d15e3754bbf2d71d704fb089d760061e3c7 (patch) | |
| tree | 55bdb92cbcb924bfefbcb78284f8417c6d05e8cf /azalea-client/src | |
| parent | d9d7b87d6170a4a087f1919d6efa390db6932083 (diff) | |
| download | azalea-drasl-c1af5d15e3754bbf2d71d704fb089d760061e3c7.tar.xz | |
physics stuff
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/client.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index c495bc5c..eae0a1b6 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -716,6 +716,7 @@ impl Client { if let Err(e) = client.send_position().await { println!("Error sending position: {:?}", e); } + client.ai_step(); // TODO: minecraft does ambient sounds here |
