diff options
| author | mat <github@matdoes.dev> | 2022-06-17 15:59:27 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-17 15:59:27 -0500 |
| commit | 69e1125ecbb3e695125b8e65deba3e3f7be41b70 (patch) | |
| tree | 92821e0b3a1afc2145798757117478920bae3d10 /bot | |
| parent | 74c3ae52f84d988b8bf3f0affe143d2cd2d8143a (diff) | |
| download | azalea-drasl-69e1125ecbb3e695125b8e65deba3e3f7be41b70.tar.xz | |
Slightly improve bit storage
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 8ad74ec4..cd27ba5a 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -6,7 +6,7 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:65519"; + let address = "localhost:51028"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
