diff options
| author | mat <git@matdoes.dev> | 2023-05-12 23:22:45 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-12 23:22:45 -0500 |
| commit | 2057877eba5f6f13ba6863b48a9cdd44910a44f8 (patch) | |
| tree | 26ce6cf0cda1cfecb9b6a632477c5b7143021722 | |
| parent | e977391b0413aaa62ea725a53e4a78c287844f4c (diff) | |
| download | azalea-drasl-2057877eba5f6f13ba6863b48a9cdd44910a44f8.tar.xz | |
remove unused import
| -rw-r--r-- | azalea/examples/testbot.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index ae6d293b..1774d005 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -8,7 +8,6 @@ use azalea::entity::{EyeHeight, Position}; use azalea::interact::HitResultComponent; use azalea::inventory::ItemSlot; use azalea::pathfinder::BlockPosGoal; -use azalea::protocol::packets::game::serverbound_client_command_packet::ServerboundClientCommandPacket; use azalea::protocol::packets::game::ClientboundGamePacket; use azalea::{prelude::*, swarm::prelude::*, BlockPos, GameProfileComponent, WalkDirection}; use azalea::{Account, Client, Event}; |
