diff options
| author | mat <github@matdoes.dev> | 2022-04-19 20:35:21 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-19 20:35:21 -0500 |
| commit | 58e58dfa8f6e2cb1a6435016be08ff3de3d8d94a (patch) | |
| tree | f594d20500fe35b2f8f1da1153a823c62d291ba4 /azalea-protocol/src/mc_buf | |
| parent | 751098b636c9aee54b9ca7a465fdaa769f10be4d (diff) | |
| parent | 5fd87615cf1514c7f9a0358988964768ded3f06e (diff) | |
| download | azalea-drasl-58e58dfa8f6e2cb1a6435016be08ff3de3d8d94a.tar.xz | |
Merge branch 'main' into declare-commands-packet
Diffstat (limited to 'azalea-protocol/src/mc_buf')
| -rw-r--r-- | azalea-protocol/src/mc_buf/write.rs | 1 |
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; |
