diff options
| author | Honbra <honbra@honbra.com> | 2022-11-27 23:24:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-27 16:24:31 -0600 |
| commit | 962b9fcaae917c7e5bef718469fba31f6ff7c3cb (patch) | |
| tree | d82c4bed10bb0d7b8b910346b12f72558bdf0759 /azalea-protocol/src | |
| parent | 087e056bbcb91a2b8a1c90d5dd3fe571b6632ee8 (diff) | |
| download | azalea-drasl-962b9fcaae917c7e5bef718469fba31f6ff7c3cb.tar.xz | |
Fix ServerboundContainerClickPacket (#45)
Diffstat (limited to 'azalea-protocol/src')
| -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)] |
