From 1a2c034b411e3d0dceb7b4a921ddd42226719bd0 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 6 Dec 2021 21:15:38 +0000 Subject: remove struct from friendly byte byffer --- minecraft-protocol/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecraft-protocol/src/lib.rs') diff --git a/minecraft-protocol/src/lib.rs b/minecraft-protocol/src/lib.rs index 8c647dc2..b3653499 100644 --- a/minecraft-protocol/src/lib.rs +++ b/minecraft-protocol/src/lib.rs @@ -5,7 +5,7 @@ use std::str::FromStr; use tokio::runtime::Runtime; pub mod connection; -pub mod friendly_byte_buf; +pub mod mc_buf; pub mod packets; pub mod resolver; pub mod server_status_pinger; -- cgit v1.2.3