From d0b459e82764987e1f820978e2af2d01a4b91084 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 29 Mar 2025 22:29:37 +0000 Subject: add support for unnamed structs to azalea-buf-macros --- azalea-protocol/src/packets/game/s_container_click.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets') diff --git a/azalea-protocol/src/packets/game/s_container_click.rs b/azalea-protocol/src/packets/game/s_container_click.rs index 2f7ef3d8..ed68de6e 100755 --- a/azalea-protocol/src/packets/game/s_container_click.rs +++ b/azalea-protocol/src/packets/game/s_container_click.rs @@ -1,7 +1,7 @@ use std::collections::HashMap; use azalea_buf::AzBuf; -use azalea_inventory::{operations::ClickType, ItemStack}; +use azalea_inventory::{ItemStack, operations::ClickType}; use azalea_protocol_macros::ServerboundGamePacket; #[derive(Clone, Debug, AzBuf, ServerboundGamePacket)] -- cgit v1.2.3