diff options
| author | mat <github@matdoes.dev> | 2022-04-27 23:35:34 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-27 23:35:34 -0500 |
| commit | 1b5a3722ee4cf0464fbb20e65debc7bbd7963b79 (patch) | |
| tree | c98a787dacf75801479b9e8fb7942d7f8e81d699 /bot/src/main.rs | |
| parent | 9b50886c30f3e9129e054b019581264c9e6cadaf (diff) | |
| download | azalea-drasl-1b5a3722ee4cf0464fbb20e65debc7bbd7963b79.tar.xz | |
fix player info packet
Diffstat (limited to 'bot/src/main.rs')
| -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 d7905661..fc278c28 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:53810"; + let address = "localhost:63097"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
