diff options
| author | mat <git@matdoes.dev> | 2025-12-09 03:37:22 +0100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-09 03:37:22 +0100 |
| commit | 676707aab320339b4c7406ee4f494b530f44e926 (patch) | |
| tree | 52ae7e2462351beb11984c3e8a8c4dd5ce62de76 /azalea-protocol/src/packets/game/s_chat_command_signed.rs | |
| parent | ba3a88336a074f902667d3e13471af62b431da04 (diff) | |
| download | azalea-drasl-676707aab320339b4c7406ee4f494b530f44e926.tar.xz | |
make signing module optional in azalea-crypto
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; |
