Skip to content

Commit

Permalink
packet bench fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PonasKovas committed Jul 22, 2023
1 parent 737f27a commit 640a2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use valence::protocol::byte_angle::ByteAngle;
use valence::protocol::decode::PacketDecoder;
use valence::protocol::encode::PacketEncoder;
use valence::protocol::var_int::VarInt;
use valence::text::IntoFormat;
use valence::text::IntoText;
use valence_core::protocol::encode::{PacketWriter, WritePacket};
use valence_entity::packet::EntitySpawnS2c;
use valence_instance::packet::ChunkDataS2c;
Expand Down

0 comments on commit 640a2ee

Please sign in to comment.