aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/mc_buf
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-18 22:38:53 -0500
committermat <github@matdoes.dev>2022-04-18 22:38:53 -0500
commit751098b636c9aee54b9ca7a465fdaa769f10be4d (patch)
tree9ed0cd253dd95e6af3b2eefea86ad507dff4e19e /azalea-protocol/src/mc_buf
parent78e692efc3fffc939f1b5af02e3cf32ca5302265 (diff)
downloadazalea-drasl-751098b636c9aee54b9ca7a465fdaa769f10be4d.tar.xz
start working on declare commands packet
Diffstat (limited to 'azalea-protocol/src/mc_buf')
-rw-r--r--azalea-protocol/src/mc_buf/read.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/src/mc_buf/read.rs b/azalea-protocol/src/mc_buf/read.rs
index 0fa1d099..20b69238 100644
--- a/azalea-protocol/src/mc_buf/read.rs
+++ b/azalea-protocol/src/mc_buf/read.rs
@@ -2,7 +2,6 @@ use async_trait::async_trait;
use azalea_core::{
difficulty::Difficulty, game_type::GameType, resource_location::ResourceLocation,
};
-use num_traits::FromPrimitive;
use tokio::io::{AsyncRead, AsyncReadExt};
use super::MAX_STRING_LENGTH;