diff options
| author | mat <git@matdoes.dev> | 2023-07-23 23:21:08 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-07-23 23:21:08 -0500 |
| commit | 22ea8c60fed17e48a591bcbb82808fed55509386 (patch) | |
| tree | a85be1738270f7fb2a133b20629f2db0464e58f2 /azalea/examples | |
| parent | 15acf1347727b84472e6a8a1c7a4f51cd3163f01 (diff) | |
| download | azalea-drasl-22ea8c60fed17e48a591bcbb82808fed55509386.tar.xz | |
fix sometimes not receiving chunks
Diffstat (limited to 'azalea/examples')
| -rw-r--r-- | azalea/examples/testbot.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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() // }) |
