diff options
| author | mat <github@matdoes.dev> | 2022-09-05 10:36:48 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-05 10:36:48 -0500 |
| commit | e9f88ce546acb57fe190740d0a74ae0ce6c8d671 (patch) | |
| tree | d1a5afdac92089bc1d6ba3e2642c3ecc28e23ae1 /azalea-protocol/src/packets/game/serverbound_lock_difficulty_packet.rs | |
| parent | 9ca95194696f8e9ef3ca84420f5d3b5082ff70ca (diff) | |
| download | azalea-drasl-e9f88ce546acb57fe190740d0a74ae0ce6c8d671.tar.xz | |
Publish everything* to crates.io
Except azalea-client since it's not ready yet
Diffstat (limited to 'azalea-protocol/src/packets/game/serverbound_lock_difficulty_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/serverbound_lock_difficulty_packet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_lock_difficulty_packet.rs b/azalea-protocol/src/packets/game/serverbound_lock_difficulty_packet.rs index bbfd7891..3c54a16a 100644 --- a/azalea-protocol/src/packets/game/serverbound_lock_difficulty_packet.rs +++ b/azalea-protocol/src/packets/game/serverbound_lock_difficulty_packet.rs @@ -1,5 +1,5 @@ use azalea_buf::McBuf; -use packet_macros::ServerboundGamePacket; +use azalea_protocol_macros::ServerboundGamePacket; #[derive(Clone, Debug, McBuf, ServerboundGamePacket)] pub struct ServerboundLockDifficultyPacket { |
