diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_container_close.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_container_close.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_container_close.rs b/azalea-protocol/src/packets/game/c_container_close.rs index dda6153b..1e6623c0 100644 --- a/azalea-protocol/src/packets/game/c_container_close.rs +++ b/azalea-protocol/src/packets/game/c_container_close.rs @@ -3,5 +3,6 @@ use azalea_protocol_macros::ClientboundGamePacket; #[derive(Clone, Debug, AzBuf, ClientboundGamePacket)] pub struct ClientboundContainerClose { - pub container_id: u8, + #[var] + pub container_id: i32, } |
