aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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");