From e9f88ce546acb57fe190740d0a74ae0ce6c8d671 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 5 Sep 2022 10:36:48 -0500 Subject: Publish everything* to crates.io Except azalea-client since it's not ready yet --- azalea-protocol/src/packets/game/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/mod.rs') diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index ca647241..ae66c0be 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -158,7 +158,7 @@ pub mod serverbound_teleport_to_entity_packet; pub mod serverbound_use_item_on_packet; pub mod serverbound_use_item_packet; -use packet_macros::declare_state_packets; +use azalea_protocol_macros::declare_state_packets; declare_state_packets!( GamePacket, -- cgit v1.2.3