diff options
-rw-r--r-- | src/v1_15_2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v1_15_2.rs b/src/v1_15_2.rs index 8c6246b..2f6d22f 100644 --- a/src/v1_15_2.rs +++ b/src/v1_15_2.rs @@ -259,7 +259,7 @@ define_protocol!(Packet578, PacketDirection, State, i32, Id => { reason: Chat }, PlayEntityStatus, 0x1C, Play, ClientBound => PlayEntityStatusSpec { - entity_id: VarInt, + entity_id: i32, raw_status: u8 // todo deal with the gigantic table }, PlayExposion, 0x1D, Play, ClientBound => PlayExposionSpec { |