Skip to content

Commit

Permalink
radius is a varint
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Sep 15, 2024
1 parent 5e66f2d commit 66019bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proto/src/packets/chunk_publisher_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use bedrockrs_proto_macros::{gamepacket, ProtoCodec};
#[derive(ProtoCodec, Debug, Clone)]
pub struct ChunkPublisherUpdatePacket {
pub position: BlockPos,
pub radius: LE<u32>,
pub radius: VAR<u32>,
#[len_repr(VAR::<u32>)]
pub saved_chunks: Vec<ChunkPos>,
}

0 comments on commit 66019bd

Please sign in to comment.