diff options
Diffstat (limited to 'azalea-protocol/src/packets/handshake/mod.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/handshake/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/handshake/mod.rs b/azalea-protocol/src/packets/handshake/mod.rs index 8fd12529..f2e8810e 100755 --- a/azalea-protocol/src/packets/handshake/mod.rs +++ b/azalea-protocol/src/packets/handshake/mod.rs @@ -1,6 +1,6 @@ pub mod client_intention_packet; -use packet_macros::declare_state_packets; +use azalea_protocol_macros::declare_state_packets; declare_state_packets!( HandshakePacket, |
