From 2c3bf3b79e133acd01580144771a7cf238ecc4ee Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Dec 2021 13:52:32 -0600 Subject: move ping over to minecraft-client --- minecraft-protocol/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'minecraft-protocol/src/lib.rs') diff --git a/minecraft-protocol/src/lib.rs b/minecraft-protocol/src/lib.rs index aaf3da50..5d6c8330 100644 --- a/minecraft-protocol/src/lib.rs +++ b/minecraft-protocol/src/lib.rs @@ -7,7 +7,6 @@ pub mod connection; pub mod mc_buf; pub mod packets; pub mod resolver; -pub mod server_status_pinger; #[derive(Debug)] pub struct ServerAddress { -- cgit v1.2.3