diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_update_attributes.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_update_attributes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_update_attributes.rs b/azalea-protocol/src/packets/game/c_update_attributes.rs index 7c8e9e12..ed7b69f6 100644 --- a/azalea-protocol/src/packets/game/c_update_attributes.rs +++ b/azalea-protocol/src/packets/game/c_update_attributes.rs @@ -1,8 +1,8 @@ use azalea_buf::AzBuf; +use azalea_core::entity_id::MinecraftEntityId; use azalea_inventory::components::AttributeModifier; use azalea_protocol_macros::ClientboundGamePacket; use azalea_registry::builtin::Attribute; -use azalea_core::entity_id::MinecraftEntityId; #[derive(AzBuf, ClientboundGamePacket, Clone, Debug, PartialEq)] pub struct ClientboundUpdateAttributes { |
