From 88606d9ce9e13fcdd4ab5ce26e52630dee614c1e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Mar 2026 08:05:27 +0330 Subject: Extensible ChunkStorage Co-authored-by: sdwhw <191973436+sdwhw@users.noreply.github.com> --- azalea-client/src/local_player.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/local_player.rs') diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index e19ffd1f..274f9fcd 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -137,7 +137,7 @@ impl WorldHolder { WorldHolder { shared, partial: Arc::new(RwLock::new(PartialWorld::new( - azalea_world::chunk_storage::calculate_chunk_storage_range( + azalea_world::chunk::calculate_chunk_storage_range( client_information.view_distance.into(), ), Some(entity), -- cgit v1.2.3