From 9a66cb97a659ed1f0e52ba3d9438de1d9b78d64a Mon Sep 17 00:00:00 2001 From: EightFactorial Date: Wed, 25 Jan 2023 09:51:27 -0800 Subject: Fix test and packets (#60) * Fix test and packets * Fix bug, fix a couple more packets * add tests and fix stuff * fix warnings Co-authored-by: Ubuntu --- azalea-protocol/src/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/connect.rs') diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index 149ea95d..06b306b9 100755 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -305,7 +305,7 @@ impl Connection { /// let e = azalea_crypto::encrypt(&p.public_key, &p.nonce).unwrap(); /// conn.authenticate( /// &access_token, - /// &Uuid::parse_str(&profile.id).expect("Invalid UUID"), + /// &profile.id, /// e.secret_key, /// &p /// ).await?; -- cgit v1.2.3