aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_update_enabled_features.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-24 18:42:56 -0400
committermat <git@matdoes.dev>2025-04-24 18:42:56 -0400
commit0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06 (patch)
treee0b08c3a0e7582d65a11b349dd3034af674cc0f9 /azalea-protocol/src/packets/game/c_update_enabled_features.rs
parent8012fb90b5b2b09674f3307a27ed97cbfcc10571 (diff)
downloadazalea-drasl-0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06.tar.xz
delete some unused packet modules in game state
Diffstat (limited to 'azalea-protocol/src/packets/game/c_update_enabled_features.rs')
-rw-r--r--azalea-protocol/src/packets/game/c_update_enabled_features.rs8
1 files changed, 0 insertions, 8 deletions
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<ResourceLocation>,
-}