diff options
| author | mat <github@matdoes.dev> | 2022-06-23 21:31:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-23 21:31:19 -0500 |
| commit | 2cdbdcaa27c812e569c7c1a13d83182446e7f18b (patch) | |
| tree | c4f2970d847ec411bf6e859bc1521e93bc8b3c81 /bot/src/main.rs | |
| parent | 37c6618c16319a7f40fd2e165190407472598e84 (diff) | |
| download | azalea-drasl-2cdbdcaa27c812e569c7c1a13d83182446e7f18b.tar.xz | |
move_entity_with_delta
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 1cb209e5..02f802a5 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -6,7 +6,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:52722"; + let address = "localhost:49982"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
