aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/interact.rs
diff options
context:
space:
mode:
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 2da80760..fa05aa49 100644
--- a/azalea-client/src/interact.rs
+++ b/azalea-client/src/interact.rs
@@ -73,7 +73,7 @@ pub struct CurrentSequenceNumber(u32);
#[derive(Component, Clone, Debug, Deref, DerefMut)]
pub struct HitResultComponent(BlockHitResult);
-fn handle_block_interact_event(
+pub fn handle_block_interact_event(
mut events: EventReader<BlockInteractEvent>,
mut query: Query<(
&LocalPlayer,