aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-27 23:50:28 -0500
committermat <github@matdoes.dev>2022-04-27 23:50:28 -0500
commit64823e661f24fbd8e7807d02b6097c1e5ae9c3be (patch)
treedda9a1c9e1a49ca59e8d5a98e4dd8654aae143e1 /azalea-protocol
parenta4c63c7bb4e4540bc47b3fd91ff08908de139494 (diff)
downloadazalea-drasl-64823e661f24fbd8e7807d02b6097c1e5ae9c3be.tar.xz
Update clientbound_level_chunk_with_light_packet.rs
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs b/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs
index b6632f86..b90e8ff1 100644
--- a/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs
@@ -9,4 +9,4 @@ pub struct ClientboundLevelChunkWithLightPacket {
pub light_data: ClientboundLightUpdatePacketData,
}
-struct ClientboundLevelChunkPacketData {}
+pub struct ClientboundLevelChunkPacketData {}