diff options
| author | mat <github@matdoes.dev> | 2022-04-18 22:38:53 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-18 22:38:53 -0500 |
| commit | 751098b636c9aee54b9ca7a465fdaa769f10be4d (patch) | |
| tree | 9ed0cd253dd95e6af3b2eefea86ad507dff4e19e /azalea-protocol/src/mc_buf | |
| parent | 78e692efc3fffc939f1b5af02e3cf32ca5302265 (diff) | |
| download | azalea-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.rs | 1 |
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; |
