diff options
| author | mat <github@matdoes.dev> | 2022-04-26 19:38:07 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-26 19:38:07 -0500 |
| commit | 9c69d7d5f2f704b1de37e1a102bf4390cdd879a5 (patch) | |
| tree | 5bef94cbfc34fca7045f220f226c581757f3953c /bot/src | |
| parent | dd24110019c0ded21e064b2273acc326173c84f5 (diff) | |
| download | azalea-drasl-9c69d7d5f2f704b1de37e1a102bf4390cdd879a5.tar.xz | |
finish update recipes packet implementation
Diffstat (limited to 'bot/src')
| -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 71e325c6..b13a608b 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:52400"; + let address = "localhost:57308"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
