diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
