diff options
| author | mat <git@matdoes.dev> | 2023-09-14 18:17:32 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-14 18:17:32 -0500 |
| commit | 6a37971420e1fcf2d48d68281d99e0d464297687 (patch) | |
| tree | be37f2db52c2899f5d5b965798b8c7fa30443fd6 /azalea/examples/todo | |
| parent | 3621acab758c8bd00ee08feee307a02512f234c8 (diff) | |
| download | azalea-drasl-6a37971420e1fcf2d48d68281d99e0d464297687.tar.xz | |
add ResourcePackEvent event
Diffstat (limited to 'azalea/examples/todo')
| -rw-r--r-- | azalea/examples/todo/craft_dig_straight_down.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/todo/craft_dig_straight_down.rs b/azalea/examples/todo/craft_dig_straight_down.rs index 116cbcc2..6672eaa4 100644 --- a/azalea/examples/todo/craft_dig_straight_down.rs +++ b/azalea/examples/todo/craft_dig_straight_down.rs @@ -63,7 +63,7 @@ async fn handle(bot: Client, event: Event, state: State) -> anyhow::Result<()> { .dig(azalea::entity::feet_pos(bot.entity()).down(1)) .await { - println!("{:?}", e); + println!("{e:?}"); break; } } |
