aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-06-12 14:35:00 -0500
committermat <git@matdoes.dev>2023-06-12 14:35:00 -0500
commit49f951688e4ab117ee2719a9db573bd731c4748a (patch)
treea9b3ef18254395a9a7ecd1191f5cb66e375d6670 /azalea-protocol/src/packets/game
parent8be3921ad450958ac9bc8c1911ecd65760ea42b6 (diff)
downloadazalea-drasl-49f951688e4ab117ee2719a9db573bd731c4748a.tar.xz
1.20
Diffstat (limited to 'azalea-protocol/src/packets/game')
-rwxr-xr-xazalea-protocol/src/packets/game/clientbound_section_blocks_update_packet.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_section_blocks_update_packet.rs b/azalea-protocol/src/packets/game/clientbound_section_blocks_update_packet.rs
index 4b830fd5..aeec52fc 100755
--- a/azalea-protocol/src/packets/game/clientbound_section_blocks_update_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_section_blocks_update_packet.rs
@@ -10,7 +10,6 @@ use azalea_protocol_macros::ClientboundGamePacket;
#[derive(Clone, Debug, McBuf, ClientboundGamePacket)]
pub struct ClientboundSectionBlocksUpdatePacket {
pub section_pos: ChunkSectionPos,
- pub suppress_light_updates: bool,
pub states: Vec<BlockStateWithPosition>,
}