aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/examples')
-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()
// })