aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-08-29 21:10:15 -0500
committermat <github@matdoes.dev>2022-08-29 21:10:15 -0500
commitc1af5d15e3754bbf2d71d704fb089d760061e3c7 (patch)
tree55bdb92cbcb924bfefbcb78284f8417c6d05e8cf /azalea-client
parentd9d7b87d6170a4a087f1919d6efa390db6932083 (diff)
downloadazalea-drasl-c1af5d15e3754bbf2d71d704fb089d760061e3c7.tar.xz
physics stuff
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/src/client.rs1
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