diff options
| author | mat <github@matdoes.dev> | 2021-12-16 16:23:51 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-16 16:23:51 +0000 |
| commit | c12469966e50fe9d269896687e3763cabb039d73 (patch) | |
| tree | 9d537df4d475d296ef64d882a08be32efec6ef63 /bot | |
| parent | 279ca8aeda2f8b8ba98ff969fc2801fc5df79167 (diff) | |
| download | azalea-drasl-c12469966e50fe9d269896687e3763cabb039d73.tar.xz | |
add resource location to azalea-core
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
