diff options
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 |
