aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/mc_buf/write.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-19 20:35:21 -0500
committermat <github@matdoes.dev>2022-04-19 20:35:21 -0500
commit58e58dfa8f6e2cb1a6435016be08ff3de3d8d94a (patch)
treef594d20500fe35b2f8f1da1153a823c62d291ba4 /azalea-protocol/src/mc_buf/write.rs
parent751098b636c9aee54b9ca7a465fdaa769f10be4d (diff)
parent5fd87615cf1514c7f9a0358988964768ded3f06e (diff)
downloadazalea-drasl-58e58dfa8f6e2cb1a6435016be08ff3de3d8d94a.tar.xz
Merge branch 'main' into declare-commands-packet
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;