From 53fca5faf4878c7afcd65f1eb0811c2b8e02a214 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 21 Jan 2025 23:53:11 +0000 Subject: fix errors when switching worlds --- azalea-client/src/chunks.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'azalea-client/src/chunks.rs') 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 + ); } } } -- cgit v1.2.3