From 9c69d7d5f2f704b1de37e1a102bf4390cdd879a5 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 26 Apr 2022 19:38:07 -0500 Subject: finish update recipes packet implementation --- bot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src') diff --git a/bot/src/main.rs b/bot/src/main.rs index 71e325c6..b13a608b 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:52400"; + let address = "localhost:57308"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); -- cgit v1.2.3