From 0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 24 Apr 2025 18:42:56 -0400 Subject: delete some unused packet modules in game state --- azalea-protocol/src/packets/game/c_update_enabled_features.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 azalea-protocol/src/packets/game/c_update_enabled_features.rs (limited to 'azalea-protocol/src/packets/game/c_update_enabled_features.rs') diff --git a/azalea-protocol/src/packets/game/c_update_enabled_features.rs b/azalea-protocol/src/packets/game/c_update_enabled_features.rs deleted file mode 100644 index d4dac483..00000000 --- a/azalea-protocol/src/packets/game/c_update_enabled_features.rs +++ /dev/null @@ -1,8 +0,0 @@ -use azalea_buf::AzBuf; -use azalea_core::resource_location::ResourceLocation; -use azalea_protocol_macros::ClientboundGamePacket; - -#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)] -pub struct ClientboundUpdateEnabledFeatures { - pub features: Vec, -} -- cgit v1.2.3