From 09cdc22b86d0f9ed2bedc76cb92739277b3997e8 Mon Sep 17 00:00:00 2001 From: Shayne Hartford Date: Tue, 12 Nov 2024 13:07:36 -0500 Subject: Make some internal system handles public for use with before/after (#180) --- azalea-client/src/chunks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/chunks.rs') diff --git a/azalea-client/src/chunks.rs b/azalea-client/src/chunks.rs index 072fbd31..40e295aa 100644 --- a/azalea-client/src/chunks.rs +++ b/azalea-client/src/chunks.rs @@ -71,7 +71,7 @@ pub struct ChunkBatchFinishedEvent { pub batch_size: u32, } -fn handle_receive_chunk_events( +pub fn handle_receive_chunk_events( mut events: EventReader, mut query: Query<&mut InstanceHolder>, ) { -- cgit v1.2.3