aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-client/src/plugins/login.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index f3c1bce5..74052e53 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -17,7 +17,7 @@ azalea-crypto.workspace = true
azalea-entity.workspace = true
azalea-inventory.workspace = true
azalea-physics.workspace = true
-azalea-protocol = { workspace = true, features = ["packets", "connecting"] }
+azalea-protocol = { workspace = true, features = ["connecting"] }
azalea-registry.workspace = true
azalea-world.workspace = true
bevy_app.workspace = true
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 {