diff options
| author | mat <git@matdoes.dev> | 2025-10-13 08:18:13 -1245 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-13 08:18:13 -1245 |
| commit | 8ee1e0e6f8ab7d6111e9ac32307ca46097a84bca (patch) | |
| tree | e75d6f574f0d810bf1c9d6727d052a169b091115 /azalea/examples | |
| parent | 907e166f4617eb9ec5ecc776018dd98f3d802b0e (diff) | |
| download | azalea-drasl-8ee1e0e6f8ab7d6111e9ac32307ca46097a84bca.tar.xz | |
fix broken tests
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; }; |
