diff options
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:?}"); } } |
