From 3137132bb93be664bc025c8e829e4f67431b4fe3 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 3 Jan 2026 15:46:15 -0930 Subject: cleanup --- azalea-client/src/account/microsoft.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'azalea-client/src/account') diff --git a/azalea-client/src/account/microsoft.rs b/azalea-client/src/account/microsoft.rs index 22228eb9..ab31ee82 100644 --- a/azalea-client/src/account/microsoft.rs +++ b/azalea-client/src/account/microsoft.rs @@ -91,10 +91,10 @@ impl AccountTrait for MicrosoftAccount { let access_token = self.access_token.lock().clone(); sessionserver::join(SessionServerJoinOpts { access_token: &access_token, - public_key: public_key, - private_key: private_key, + public_key, + private_key, uuid: &self.uuid(), - server_id: &server_id, + server_id, proxy, }) .await @@ -196,10 +196,10 @@ impl AccountTrait for MicrosoftWithAccessTokenAccount { let access_token = self.access_token.lock().clone(); sessionserver::join(SessionServerJoinOpts { access_token: &access_token, - public_key: public_key, - private_key: private_key, + public_key, + private_key, uuid: &self.uuid(), - server_id: &server_id, + server_id, proxy, }) .await -- cgit v1.2.3