aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/local_player.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/local_player.rs')
-rw-r--r--azalea-client/src/local_player.rs2
1 files changed, 1 insertions, 1 deletions
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),