aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-02-05 14:31:52 -0600
committermat <github@matdoes.dev>2023-02-05 14:31:52 -0600
commit0d3a091c232d409939db82dfb30f700e57583c85 (patch)
tree592c3734d824fb2a5cc25d07a997c98239b7d99c /azalea/examples
parenta72b76839782b26e49598313bb04c5d322a34788 (diff)
downloadazalea-drasl-0d3a091c232d409939db82dfb30f700e57583c85.tar.xz
improve docs
Diffstat (limited to 'azalea/examples')
-rw-r--r--azalea/examples/matbot.rs (renamed from azalea/examples/matbot/main.rs)3
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea/examples/matbot/main.rs b/azalea/examples/matbot.rs
index a7901929..17736eab 100644
--- a/azalea/examples/matbot/main.rs
+++ b/azalea/examples/matbot.rs
@@ -6,7 +6,6 @@ use azalea::ecs::query::With;
use azalea::entity::metadata::Player;
use azalea::entity::Position;
use azalea::pathfinder::BlockPosGoal;
-// use azalea::ClientInformation;
use azalea::{prelude::*, BlockPos, GameProfileComponent, Swarm, SwarmEvent, WalkDirection};
use azalea::{Account, Client, Event};
use azalea_protocol::packets::game::serverbound_client_command_packet::ServerboundClientCommandPacket;
@@ -66,7 +65,7 @@ async fn main() -> anyhow::Result<()> {
// .set_handler(handle)
// .start(Account::offline("bot"), "localhost")
// .await;
- println!("{e:?}");
+ eprintln!("{e:?}");
}
}