diff options
| author | mat <github@matdoes.dev> | 2022-04-24 16:18:51 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-24 16:18:51 -0500 |
| commit | b7641ff308aab7840d2a2253ae50f8ee496b2a97 (patch) | |
| tree | f33eb83f119da5aae08f56a5c7543db15594b01d /bot/src | |
| parent | 97d392f4e5721d8aa8940f253918965ff0b40348 (diff) | |
| download | azalea-drasl-b7641ff308aab7840d2a2253ae50f8ee496b2a97.tar.xz | |
1.18.2 support
Diffstat (limited to 'bot/src')
| -rwxr-xr-x | 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 011c7d0d..7d129478 100755 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -2,8 +2,8 @@ async fn main() { println!("Hello, world!"); - let address = "95.111.249.143:10000"; - // let address = "localhost:63482"; + // let address = "95.111.249.143:10000"; + let address = "localhost:52400"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
