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-protocol/src/connect.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-protocol/src/connect.rs') diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index fd599ff8..85fc643e 100644 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -299,6 +299,7 @@ impl Display for Proxy { } } +#[cfg(feature = "online-mode")] impl From for reqwest::Proxy { fn from(proxy: Proxy) -> Self { reqwest::Proxy::all(proxy.to_string()) -- cgit v1.2.3