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

Merge branch 'main' into inventory

This commit is contained in:
Ubuntu 2022-12-08 17:01:56 +00:00
commit b7048595e9

View file

@ -302,7 +302,7 @@ impl Connection<ClientboundLoginPacket, ServerboundLoginPacket> {
/// &access_token,
/// &Uuid::parse_str(&profile.id).expect("Invalid UUID"),
/// e.secret_key,
/// p
/// &p
/// ).await?;
/// conn.write(
/// ServerboundKeyPacket {