aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-11-28 20:33:39 +0000
committermat <git@matdoes.dev>2024-11-28 20:33:39 +0000
commitf364ad6b210f93f53b6ee8f73c259622e9f37421 (patch)
tree4ed81d4d3929b543253d72f411d1a7cab6967c74 /azalea-protocol/src/packets/game/c_chunk_batch_start.rs
parentae5c0ea8e5e1ac9571b78281c26b7d63d110f5e5 (diff)
downloadazalea-drasl-f364ad6b210f93f53b6ee8f73c259622e9f37421.tar.xz
switch some packet structs to unit structs
Diffstat (limited to 'azalea-protocol/src/packets/game/c_chunk_batch_start.rs')
-rw-r--r--azalea-protocol/src/packets/game/c_chunk_batch_start.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_chunk_batch_start.rs b/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
index 8b0555dc..b5cd1ba2 100644
--- a/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
+++ b/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
@@ -2,4 +2,4 @@ use azalea_buf::AzBuf;
use azalea_protocol_macros::ClientboundGamePacket;
#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)]
-pub struct ClientboundChunkBatchStart {}
+pub struct ClientboundChunkBatchStart;