1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

Fix ServerboundContainerClickPacket (#45)

This commit is contained in:
Honbra 2022-11-27 23:24:31 +01:00 committed by GitHub
parent 087e056bbc
commit 962b9fcaae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]