aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-07-23 23:21:08 -0500
committermat <git@matdoes.dev>2023-07-23 23:21:08 -0500
commit22ea8c60fed17e48a591bcbb82808fed55509386 (patch)
treea85be1738270f7fb2a133b20629f2db0464e58f2 /azalea
parent15acf1347727b84472e6a8a1c7a4f51cd3163f01 (diff)
downloadazalea-drasl-22ea8c60fed17e48a591bcbb82808fed55509386.tar.xz
fix sometimes not receiving chunks
Diffstat (limited to 'azalea')
-rw-r--r--azalea/examples/testbot.rs3
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()
// })