aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/mc_buf/write.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/write.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/write.rs')
-rw-r--r--azalea-protocol/src/mc_buf/write.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/src/mc_buf/write.rs b/azalea-protocol/src/mc_buf/write.rs
index fd9faeb4..26c0ef35 100644
--- a/azalea-protocol/src/mc_buf/write.rs
+++ b/azalea-protocol/src/mc_buf/write.rs
@@ -3,7 +3,6 @@ use azalea_core::{
difficulty::Difficulty, game_type::GameType, resource_location::ResourceLocation,
};
use byteorder::{BigEndian, WriteBytesExt};
-use num_traits::FromPrimitive;
use std::io::Write;
use super::MAX_STRING_LENGTH;