diff options
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/src/packets/game/serverbound_container_click_packet.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_container_click_packet.rs b/azalea-protocol/src/packets/game/serverbound_container_click_packet.rs index 18e93443..768d3f94 100755 --- a/azalea-protocol/src/packets/game/serverbound_container_click_packet.rs +++ b/azalea-protocol/src/packets/game/serverbound_container_click_packet.rs @@ -12,6 +12,7 @@ pub struct ServerboundContainerClickPacket { pub button_num: u8, pub click_type: ClickType, pub changed_slots: HashMap<u16, Slot>, + pub carried_item: Slot, } #[derive(McBuf, Clone, Copy, Debug)] |
