aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol')
-rwxr-xr-xazalea-protocol/src/packets/game/clientbound_add_entity_packet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs b/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs
index 9c8782d0..6b62df19 100755
--- a/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs
@@ -16,7 +16,7 @@ pub struct ClientboundAddEntityPacket {
pub y_rot: i8,
pub y_head_rot: i8,
#[var]
- pub data: i32,
+ pub data: u32,
pub x_vel: i16,
pub y_vel: i16,
pub z_vel: i16,