Skip to content

Commit

Permalink
fix ChunkRadiusRequestPacket::chunk_radius
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Sep 15, 2024
1 parent 4295763 commit 74d9f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proto/src/packets/chunk_radius_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ use bedrockrs_proto_macros::{gamepacket, ProtoCodec};
#[gamepacket(id = 69)]
#[derive(ProtoCodec, Debug, Clone)]
pub struct ChunkRadiusRequestPacket {
pub chunk_radius: VAR<u32>,
pub chunk_radius: VAR<i32>,
pub chunk_radius_max: u8,
}

0 comments on commit 74d9f84

Please sign in to comment.