aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/mc_buf/read.rs
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-04-20 01:33:55 +0000
committerGitHub <noreply@github.com>2022-04-20 01:33:55 +0000
commitd09762f5d38ab1200fb08ca3b1178813b4e47081 (patch)
tree2a5349db5fdbd80ef362dfefa8303ffbd901b916 /azalea-protocol/src/mc_buf/read.rs
parent747bfa568cb1da8afdeb29005bdd2836963ed613 (diff)
parentbc22faf3b0ba6cc8cc8de6276ff998690ba87bab (diff)
downloadazalea-drasl-d09762f5d38ab1200fb08ca3b1178813b4e47081.tar.xz
Merge pull request #2 from mat-1/state-packets-macro
State packets macro
Diffstat (limited to 'azalea-protocol/src/mc_buf/read.rs')
-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;