aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-09-05 10:36:48 -0500
committermat <github@matdoes.dev>2022-09-05 10:36:48 -0500
commite9f88ce546acb57fe190740d0a74ae0ce6c8d671 (patch)
treed1a5afdac92089bc1d6ba3e2642c3ecc28e23ae1 /azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs
parent9ca95194696f8e9ef3ca84420f5d3b5082ff70ca (diff)
downloadazalea-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_chat_command_packet.rs')
-rw-r--r--azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs b/azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs
index 02f8c64f..426ca882 100644
--- a/azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs
+++ b/azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs
@@ -1,6 +1,6 @@
use azalea_buf::McBuf;
use azalea_crypto::MessageSignature;
-use packet_macros::ServerboundGamePacket;
+use azalea_protocol_macros::ServerboundGamePacket;
use super::clientbound_player_chat_packet::LastSeenMessagesUpdate;