From 2e11f5a564e6c5687ebe1d4eab26d6eb841f8406 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 15 Dec 2021 18:50:10 -0600 Subject: start implementing other packets and stuff --- 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 ca5c698a..19959ce5 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -2,7 +2,7 @@ use minecraft_client::connect::join_server; use tokio::runtime::Runtime; async fn bot() { - let address = "localhost:62072"; + let address = "localhost:50388"; let _response = join_server(&address.try_into().unwrap()).await.unwrap(); // println!("{}", response.description.to_ansi(None)); println!("connected"); -- cgit v1.2.3