1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

don't log light updates

This commit is contained in:
Ubuntu 2022-11-08 20:34:39 +00:00
parent 10bdcf3b4d
commit 350f9f105e

View file

@ -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);