aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/chunks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/chunks.rs')
-rw-r--r--azalea-client/src/chunks.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/azalea-client/src/chunks.rs b/azalea-client/src/chunks.rs
index 7056efa4..0267c164 100644
--- a/azalea-client/src/chunks.rs
+++ b/azalea-client/src/chunks.rs
@@ -111,7 +111,10 @@ pub fn handle_receive_chunk_events(
heightmaps,
&mut instance.chunks,
) {
- error!("Couldn't set chunk data: {e}");
+ error!(
+ "Couldn't set chunk data: {e}. World height: {}",
+ instance.chunks.height
+ );
}
}
}