diff options
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs index 1041e765..435803e2 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -4,8 +4,8 @@ use azalea_client::connect::join_server; async fn main() { println!("Hello, world!"); - let address = "95.111.249.143:10000"; - // let address = "localhost:63482"; + // let address = "95.111.249.143:10000"; + let address = "localhost:58566"; let _response = join_server(&address.try_into().unwrap()).await.unwrap(); // println!("{}", response.description.to_ansi(None)); println!("connected"); |
