Skip to content

Commit ce9cdac

Browse files
Remove unused import
1 parent b271b36 commit ce9cdac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pumpkin-protocol/src/client/play/c_chunk_data.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ use std::collections::HashMap;
33
use crate::{bytebuf::ByteBuffer, BitSet, ClientPacket, VarInt};
44
use itertools::Itertools;
55
use pumpkin_macros::packet;
6-
use pumpkin_world::{
7-
block::{Block, BlockState},
8-
chunk::ChunkData,
9-
DIRECT_PALETTE_BITS,
10-
};
6+
use pumpkin_world::{chunk::ChunkData, DIRECT_PALETTE_BITS};
117

128
#[packet(0x27)]
139
pub struct CChunkData<'a>(pub &'a ChunkData);

0 commit comments

Comments
 (0)