aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets
diff options
context:
space:
mode:
authorHonbra <honbra@honbra.com>2022-11-27 23:24:31 +0100
committerGitHub <noreply@github.com>2022-11-27 16:24:31 -0600
commit962b9fcaae917c7e5bef718469fba31f6ff7c3cb (patch)
treed82c4bed10bb0d7b8b910346b12f72558bdf0759 /azalea-protocol/src/packets
parent087e056bbcb91a2b8a1c90d5dd3fe571b6632ee8 (diff)
downloadazalea-drasl-962b9fcaae917c7e5bef718469fba31f6ff7c3cb.tar.xz
Fix ServerboundContainerClickPacket (#45)
Diffstat (limited to 'azalea-protocol/src/packets')
-rwxr-xr-xazalea-protocol/src/packets/game/serverbound_container_click_packet.rs1
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)]