aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-02 23:07:06 +0000
committermat <github@matdoes.dev>2022-05-02 23:07:06 +0000
commit8e42e1c5dfc54314585b564696044780e0407c2f (patch)
tree6527645ffbe05cb37716b00e2be9fc48d956a12b /azalea-protocol/src/packets/game
parent1e2ec611003770ce889d69545604f164e2ea8fff (diff)
downloadazalea-drasl-8e42e1c5dfc54314585b564696044780e0407c2f.tar.xz
more chunk and readme stuff
Diffstat (limited to 'azalea-protocol/src/packets/game')
-rw-r--r--azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs1
1 files changed, 0 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 0ab581ec..6810ceb2 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
@@ -27,4 +27,3 @@ pub struct BlockEntity {
data: azalea_nbt::Tag,
}
-pub struct ChunkSection {}