From 097ebb3705c00c30f683dd98bf01c6ba0ccf40aa Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 29 Mar 2025 23:20:26 +0000 Subject: use HashedStack for ServerboundContainerClick::carried_item too --- azalea-protocol/src/packets/game/s_container_click.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol') diff --git a/azalea-protocol/src/packets/game/s_container_click.rs b/azalea-protocol/src/packets/game/s_container_click.rs index b7b70888..19085363 100755 --- a/azalea-protocol/src/packets/game/s_container_click.rs +++ b/azalea-protocol/src/packets/game/s_container_click.rs @@ -14,7 +14,7 @@ pub struct ServerboundContainerClick { pub button_num: u8, pub click_type: ClickType, pub changed_slots: HashMap, - pub carried_item: ItemStack, + pub carried_item: HashedStack, } /// Similar to an [`ItemStack`] but only carrying a CRC32 hash of the value of -- cgit v1.2.3