diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/s_container_close.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/s_container_close.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/s_container_close.rs b/azalea-protocol/src/packets/game/s_container_close.rs index 1cb88eab..f19e0f2f 100755 --- a/azalea-protocol/src/packets/game/s_container_close.rs +++ b/azalea-protocol/src/packets/game/s_container_close.rs @@ -3,5 +3,6 @@ use azalea_protocol_macros::ServerboundGamePacket; #[derive(Clone, Debug, AzBuf, ServerboundGamePacket)] pub struct ServerboundContainerClose { - pub container_id: u8, + #[var] + pub container_id: i32, } |
