diff options
Diffstat (limited to 'azalea/examples')
| -rw-r--r-- | azalea/examples/steal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/steal.rs b/azalea/examples/steal.rs index 87a1561b..71db1c68 100644 --- a/azalea/examples/steal.rs +++ b/azalea/examples/steal.rs @@ -68,7 +68,7 @@ async fn steal(bot: Client, state: State) -> anyhow::Result<()> { bot.goto(RadiusGoal::new(chest_block.center(), 3.)).await; - let Some(chest) = bot.open_container_at(chest_block).await else { + let Some(chest) = bot.open_container_at(chest_block, None).await else { println!("Couldn't open chest at {chest_block:?}"); continue; }; |
