diff options
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 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(); |
