From c12469966e50fe9d269896687e3763cabb039d73 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 16 Dec 2021 16:23:51 +0000 Subject: add resource location to azalea-core --- 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 9cfd7f9a..4e7b3d75 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -2,7 +2,7 @@ use azalea_client::connect::join_server; use tokio::runtime::Runtime; async fn bot() { - let address = "localhost:50388"; + let address = "95.111.249.143:10000"; let _response = join_server(&address.try_into().unwrap()).await.unwrap(); // println!("{}", response.description.to_ansi(None)); println!("connected"); -- cgit v1.2.3