diff options
| author | mat <github@matdoes.dev> | 2022-05-14 19:14:34 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-14 19:14:34 -0500 |
| commit | 42f86f73f256c0219a923c5ff67a509e7a8a898d (patch) | |
| tree | da9db6effc1503c003b3d08175a35ed3bfb546b7 /bot | |
| parent | 8fb95866093245bd802bebec08148c87f1188db3 (diff) | |
| download | azalea-drasl-42f86f73f256c0219a923c5ff67a509e7a8a898d.tar.xz | |
add unhandled ClientboundSectionBlocksUpdatePacket
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs index 1f2cb6e1..76a5a15d 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -1,12 +1,12 @@ use azalea_client::{Account, Event}; -use azalea_core::{BlockPos, ChunkPos}; +use azalea_core::BlockPos; #[tokio::main] async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "192.168.2.234:62840"; + let address = "192.168.2.234:50736"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
