From 1b5a3722ee4cf0464fbb20e65debc7bbd7963b79 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 27 Apr 2022 23:35:34 -0500 Subject: fix player info packet --- bot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/src/main.rs b/bot/src/main.rs index d7905661..fc278c28 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -3,7 +3,7 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:53810"; + let address = "localhost:63097"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); -- cgit v1.2.3