mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Update ServerboundHelloPacket
PR made in burger
This commit is contained in:
parent
017651358d
commit
27edd4f578
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
use azalea_buf::McBuf;
|
||||
use packet_macros::LoginPacket;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(Clone, Debug, McBuf, LoginPacket)]
|
||||
pub struct ServerboundHelloPacket {
|
||||
pub username: String,
|
||||
pub public_key: Option<ProfilePublicKeyData>,
|
||||
pub profile_id: Option<Uuid>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, McBuf)]
|
||||
|
|
Loading…
Add table
Reference in a new issue