aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-01-02 17:07:01 -0600
committermat <github@matdoes.dev>2022-01-02 17:07:01 -0600
commitbb566aa54131a23b6d9e605c81a8ff4d1d1c21d7 (patch)
tree157b88ee64215516e27d9f765513d3aa4fef0d64 /azalea-protocol/src/packets
parentbb57273f48294355d7ac863c291d80878f711c16 (diff)
downloadazalea-drasl-bb566aa54131a23b6d9e605c81a8ff4d1d1c21d7.tar.xz
implement for Vec<u8>
Diffstat (limited to 'azalea-protocol/src/packets')
-rw-r--r--azalea-protocol/src/packets/game/clientbound_update_view_distance_packet.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_update_view_distance_packet.rs b/azalea-protocol/src/packets/game/clientbound_update_view_distance_packet.rs
index cd48b304..8301c089 100644
--- a/azalea-protocol/src/packets/game/clientbound_update_view_distance_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_update_view_distance_packet.rs
@@ -1,6 +1,5 @@
-// i don't know the actual name of this packet, i couldn't find it in the source code!
+// i don't know the actual name of this packet, i couldn't find it in the source code
-use crate::mc_buf::{Readable, Writable};
use packet_macros::GamePacket;
#[derive(Clone, Debug, GamePacket)]