From 7f761df3e7b72ce75be21ab9b3a533d0a5a938a5 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 12 Dec 2025 06:07:51 -0100 Subject: fix compilation errors with some feature combinations --- azalea-client/src/plugins/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/plugins') diff --git a/azalea-client/src/plugins/login.rs b/azalea-client/src/plugins/login.rs index 46ab20c4..5bfefe44 100644 --- a/azalea-client/src/plugins/login.rs +++ b/azalea-client/src/plugins/login.rs @@ -119,7 +119,7 @@ pub async fn auth_with_account( let private_key = encrypt_res.secret_key; #[cfg(not(feature = "online-mode"))] - let _ = account; + let _ = (account, proxy); #[cfg(feature = "online-mode")] if packet.should_authenticate { -- cgit v1.2.3