From ee2575794e91b9457a74a95daf1dcc707058cd58 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Oct 2025 23:01:54 +0300 Subject: upgrade deps and clean up lots of doc comments --- azalea/examples/testbot/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea/examples/testbot/main.rs') diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs index 249f7b92..b4ef20ba 100644 --- a/azalea/examples/testbot/main.rs +++ b/azalea/examples/testbot/main.rs @@ -127,8 +127,7 @@ async fn handle(bot: Client, event: azalea::Event, state: State) -> anyhow::Resu bot.set_client_information(ClientInformation { view_distance: 32, ..Default::default() - }) - .await; + }); if swarm.args.pathfinder_debug_particles { bot.ecs .lock() -- cgit v1.2.3