aboutsummaryrefslogtreecommitdiff
path: root/bot/src/main.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-06 19:59:20 +0000
committermat <github@matdoes.dev>2021-12-06 19:59:20 +0000
commit0b484df40c356cf4fe87f3d3a20eadf59eef42c9 (patch)
tree272b2ad58c7fc850378c5bc97eaae95a79277177 /bot/src/main.rs
parent544c8a33940572eb7ad36eeafa94f8a64a1e23bc (diff)
downloadazalea-drasl-0b484df40c356cf4fe87f3d3a20eadf59eef42c9.tar.xz
implement new packet implementation
Diffstat (limited to 'bot/src/main.rs')
-rw-r--r--bot/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index def38c3d..68fd41bf 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -3,7 +3,7 @@ use minecraft_protocol::ServerAddress;
use tokio::runtime::Runtime;
async fn bot() {
- let address = ServerAddress::parse(&"play.wynncraft.com".to_string()).unwrap();
+ let address = ServerAddress::parse(&"mc.hypixel.net".to_string()).unwrap();
minecraft_protocol::server_status_pinger::ping_server(&address)
.await
.unwrap();