diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/s_chat_command_signed.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/s_chat_command_signed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/s_chat_command_signed.rs b/azalea-protocol/src/packets/game/s_chat_command_signed.rs index 38a9b9f4..f45f92c8 100644 --- a/azalea-protocol/src/packets/game/s_chat_command_signed.rs +++ b/azalea-protocol/src/packets/game/s_chat_command_signed.rs @@ -1,5 +1,5 @@ use azalea_buf::AzBuf; -use azalea_crypto::MessageSignature; +use azalea_crypto::signing::MessageSignature; use azalea_protocol_macros::ServerboundGamePacket; use super::s_chat::LastSeenMessagesUpdate; |
