diff options
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.rs | 2 |
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 426ca882..a840e44f 100644 --- a/azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs +++ b/azalea-protocol/src/packets/game/serverbound_chat_command_packet.rs @@ -9,7 +9,7 @@ pub struct ServerboundChatCommandPacket { pub command: String, // TODO: Choose a real timestamp type pub timestamp: u64, - pub salt: i64, + pub salt: u64, pub argument_signatures: Vec<ArgumentSignature>, pub signed_preview: bool, pub last_seen_messages: LastSeenMessagesUpdate, |
