diff options
| author | mat <github@matdoes.dev> | 2022-04-29 20:20:56 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-29 20:20:56 -0500 |
| commit | 8317b5b28153794770a8c7b84a1b6dd50eaa3f80 (patch) | |
| tree | 888372c6a42d3f290db614602961c41e03a1e571 /bot | |
| parent | 2575da38edac2e4e546e0b49bfd308003c62263f (diff) | |
| download | azalea-drasl-8317b5b28153794770a8c7b84a1b6dd50eaa3f80.tar.xz | |
upgrade aes and cfb8
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 fc278c28..199000e5 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -3,7 +3,7 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:63097"; + let address = "localhost:50332"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
