Skip to content

Commit

Permalink
Remove: Old chunk packet
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Aug 13, 2024
1 parent 115029a commit c2bde2f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 94 deletions.
1 change: 0 additions & 1 deletion pumpkin-protocol/src/client/play/c_chunk_data.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::collections::HashMap;

use crate::{bytebuf::ByteBuffer, BitSet, ClientPacket, VarInt};
use fastnbt::LongArray;
use itertools::Itertools;
use pumpkin_macros::packet;
use pumpkin_world::{chunk::ChunkData, DIRECT_PALETTE_BITS};
Expand Down
88 changes: 0 additions & 88 deletions pumpkin-protocol/src/client/play/c_chunk_data_update_light.rs

This file was deleted.

2 changes: 0 additions & 2 deletions pumpkin-protocol/src/client/play/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod c_actionbar;
mod c_center_chunk;
mod c_change_difficulty;
mod c_chunk_data;
mod c_chunk_data_update_light;
mod c_disguised_chat_message;
mod c_entity_animation;
mod c_entity_metadata;
Expand Down Expand Up @@ -31,7 +30,6 @@ pub use c_actionbar::*;
pub use c_center_chunk::*;
pub use c_change_difficulty::*;
pub use c_chunk_data::*;
pub use c_chunk_data_update_light::*;
pub use c_disguised_chat_message::*;
pub use c_entity_animation::*;
pub use c_entity_metadata::*;
Expand Down
6 changes: 3 additions & 3 deletions pumpkin/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ use pumpkin_protocol::{
client::{
config::CPluginMessage,
play::{
CCenterChunk, CChunkData, CChunkDataUpdateLight, CGameEvent, CLogin, CPlayerAbilities,
CPlayerInfoUpdate, CRemoveEntities, CRemovePlayerInfo, CSetEntityMetadata,
CSpawnEntity, Metadata, PlayerAction,
CCenterChunk, CChunkData, CGameEvent, CLogin, CPlayerAbilities, CPlayerInfoUpdate,
CRemoveEntities, CRemovePlayerInfo, CSetEntityMetadata, CSpawnEntity, Metadata,
PlayerAction,
},
},
uuid::UUID,
Expand Down

0 comments on commit c2bde2f

Please sign in to comment.