From 881333035987867f897042df7173bb2fa05b7621 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 27 May 2023 01:57:31 -0500 Subject: random fixes mostly related to auth and crypto --- azalea-client/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/client.rs') diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 739ec434..fb977f36 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -342,7 +342,7 @@ impl Client { conn.write( ServerboundHelloPacket { name: account.username.clone(), - profile_id: None, + profile_id: account.uuid, } .get(), ) -- cgit v1.2.3