From 8ee1e0e6f8ab7d6111e9ac32307ca46097a84bca Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Oct 2025 08:18:13 -1245 Subject: fix broken tests --- azalea/examples/steal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples') 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; }; -- cgit v1.2.3