From b6fb96429c4530530f46e5deb5998f2249e5124e Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 28 Apr 2022 19:51:31 -0500 Subject: chunk packets work --- bot/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bot/src') diff --git a/bot/src/main.rs b/bot/src/main.rs index fc278c28..14fc9656 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -3,7 +3,8 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:63097"; + // let address = "localhost:52467"; + let address = "localhost:25566"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); -- cgit v1.2.3