diff options
| author | mat <git@matdoes.dev> | 2023-06-12 14:38:40 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-06-12 14:38:40 -0500 |
| commit | 5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10 (patch) | |
| tree | df134f8abfd0723a19998ac07e8be806619f41bc /azalea-protocol/src/packets/game/clientbound_light_update_packet.rs | |
| parent | bc7e0ab53739f59f68f860ba75973908ffc5b560 (diff) | |
| parent | 49f951688e4ab117ee2719a9db573bd731c4748a (diff) | |
| download | azalea-drasl-5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10.tar.xz | |
Merge branch '1.20'
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_light_update_packet.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/clientbound_light_update_packet.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_light_update_packet.rs b/azalea-protocol/src/packets/game/clientbound_light_update_packet.rs index 5a0478ca..3e5ca1b9 100755 --- a/azalea-protocol/src/packets/game/clientbound_light_update_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_light_update_packet.rs @@ -13,7 +13,6 @@ pub struct ClientboundLightUpdatePacket { #[derive(Clone, Debug, McBuf)] pub struct ClientboundLightUpdatePacketData { - pub trust_edges: bool, pub sky_y_mask: BitSet, pub block_y_mask: BitSet, pub empty_sky_y_mask: BitSet, |
