1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

Fix error

This commit is contained in:
mat 2022-07-07 01:17:20 -05:00
parent 31e5629ce1
commit 5e3a6066f8

View file

@ -100,6 +100,7 @@ impl Client {
ServerboundHelloPacket {
username: account.username.clone(),
public_key: None,
profile_id: None,
}
.get(),
)