diff options
| author | mat <github@matdoes.dev> | 2022-07-28 23:50:58 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-07-28 23:50:58 -0500 |
| commit | 2211021105a7ce0ce9fcbc18f3b4f03b0f991a10 (patch) | |
| tree | 8756a1aa11d04ba448c28705bd2c4af9dda39083 /bot/src | |
| parent | 3aa856b41325c3c184903aba8fb835557124131e (diff) | |
| download | azalea-drasl-2211021105a7ce0ce9fcbc18f3b4f03b0f991a10.tar.xz | |
1.19.1
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 3ff30908..0f3ea31a 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:56150"; + let address = "localhost:25565"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
