diff options
| author | mat <github@matdoes.dev> | 2022-06-19 13:54:43 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-19 13:54:43 -0500 |
| commit | 405a00c0d1908a4b3fbd8e6684c77dfb178ac55d (patch) | |
| tree | 5ee6b8d5611d83d0887f3d07e9381ecdfc59ca34 /bot/src/main.rs | |
| parent | fcdb6d31eeb93887caae104724b230196a0fc5bc (diff) | |
| download | azalea-drasl-405a00c0d1908a4b3fbd8e6684c77dfb178ac55d.tar.xz | |
Fix ClientboundLevelParticlesPacket
The particle id is a varint
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 2618675e..e2e87456 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -6,7 +6,7 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "localhost:51028"; + let address = "localhost:61146"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
