From 0b484df40c356cf4fe87f3d3a20eadf59eef42c9 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 6 Dec 2021 19:59:20 +0000 Subject: implement new packet implementation --- bot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/main.rs') 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(); -- cgit v1.2.3