diff options
| author | mat <github@matdoes.dev> | 2022-04-28 19:51:31 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-28 19:51:31 -0500 |
| commit | b6fb96429c4530530f46e5deb5998f2249e5124e (patch) | |
| tree | 0fe8a5b2b5823f978d85438c633cbf80fa7ad82d /bot | |
| parent | 1ca9caee36fb84e4a34be4d6b11399fcea8e8389 (diff) | |
| download | azalea-drasl-b6fb96429c4530530f46e5deb5998f2249e5124e.tar.xz | |
chunk packets work
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs index fc278c28..14fc9656 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -3,7 +3,8 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:63097"; + // let address = "localhost:52467"; + let address = "localhost:25566"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
