aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/interact.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-06-14 23:43:54 -0500
committermat <git@matdoes.dev>2023-06-14 23:43:54 -0500
commitdbfbffac140e722d57a1e18bcaa27b25f839f950 (patch)
tree6fd0af00c7e024c6d161ab5624237d7cd44d908f /azalea-client/src/interact.rs
parenta514b2c9e57c39ee0a183ce2d539d2cdfc8d2e05 (diff)
downloadazalea-drasl-dbfbffac140e722d57a1e18bcaa27b25f839f950.tar.xz
Vec3::distance_to and clippy
Diffstat (limited to 'azalea-client/src/interact.rs')
-rw-r--r--azalea-client/src/interact.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/interact.rs b/azalea-client/src/interact.rs
index a6b8e061..c389f2f3 100644
--- a/azalea-client/src/interact.rs
+++ b/azalea-client/src/interact.rs
@@ -253,7 +253,7 @@ pub fn check_block_can_be_broken_by_item_in_adventure_mode(
return false;
};
- return false;
+ false
// for block_predicate in can_destroy {
// // TODO