mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
profile_public_key isn't Option anymore
This commit is contained in:
parent
efe4bd47b0
commit
278fb3d392
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub struct ServerboundChatSessionUpdatePacket {
|
|||
#[derive(Clone, Debug, PartialEq, Eq, McBuf)]
|
||||
pub struct RemoteChatSessionData {
|
||||
pub session_id: Uuid,
|
||||
pub profile_public_key: Option<ProfilePublicKeyData>,
|
||||
pub profile_public_key: ProfilePublicKeyData,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, McBuf, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Reference in a new issue