aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azalea-client/src/client.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs
index c3eda3e7..b35b4fc6 100644
--- a/azalea-client/src/client.rs
+++ b/azalea-client/src/client.rs
@@ -584,8 +584,8 @@ impl Client {
.replace_with_packet_data(&pos, &mut Cursor::new(&p.chunk_data.data))
.unwrap();
}
- ClientboundGamePacket::LightUpdate(p) => {
- debug!("Got light update packet {:?}", p);
+ ClientboundGamePacket::LightUpdate(_p) => {
+ // debug!("Got light update packet {:?}", p);
}
ClientboundGamePacket::AddEntity(p) => {
debug!("Got add entity packet {:?}", p);