From 473c74175c3a8189616bded528e3e6e4785dd3c8 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Jan 2023 22:36:59 -0600 Subject: [PATCH] oops accidentally left this random person's server ip in lmao --- azalea-protocol/examples/handshake_proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-protocol/examples/handshake_proxy.rs b/azalea-protocol/examples/handshake_proxy.rs index 5a4b4b6a..895bdae7 100644 --- a/azalea-protocol/examples/handshake_proxy.rs +++ b/azalea-protocol/examples/handshake_proxy.rs @@ -31,7 +31,7 @@ use tokio::{ use tracing::Level; const LISTEN_ADDR: &str = "127.0.0.1:25566"; -const PROXY_ADDR: &str = "173.205.80.60:25565"; +const PROXY_ADDR: &str = "127.0.0.1:25565"; const PROXY_DESC: &str = "An Azalea Minecraft Proxy";