From 08c409d04896e7057c31250f2d6f99c75b8af5b5 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 25 Jun 2025 15:14:39 -1245 Subject: improve packet_order test, add BlockUpdatePlugin, fix packet order for sprinting --- azalea-client/src/plugins/chunks.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-client/src/plugins/chunks.rs') diff --git a/azalea-client/src/plugins/chunks.rs b/azalea-client/src/plugins/chunks.rs index 7a99c16c..a4e19f7f 100644 --- a/azalea-client/src/plugins/chunks.rs +++ b/azalea-client/src/plugins/chunks.rs @@ -28,7 +28,7 @@ impl Plugin for ChunksPlugin { Update, ( handle_chunk_batch_start_event, - handle_receive_chunk_events, + handle_receive_chunk_event, handle_chunk_batch_finished_event, ) .chain() @@ -65,7 +65,7 @@ pub struct ChunkBatchFinishedEvent { pub batch_size: u32, } -pub fn handle_receive_chunk_events( +pub fn handle_receive_chunk_event( mut events: EventReader, mut query: Query<&InstanceHolder>, ) { -- cgit v1.2.3