From 22ea8c60fed17e48a591bcbb82808fed55509386 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 23 Jul 2023 23:21:08 -0500 Subject: fix sometimes not receiving chunks --- azalea/examples/testbot.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index 40ce7dce..9129eb3f 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -71,8 +71,7 @@ async fn main() -> anyhow::Result<()> { async fn handle(mut bot: Client, event: Event, _state: State) -> anyhow::Result<()> { match event { Event::Init => { - println!("bot init"); - // bot.set_client_information(ClientInformation { + // bot.set_client_information(azalea_client::ClientInformation { // view_distance: 2, // ..Default::default() // }) -- cgit v1.2.3