aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/config/c_update_enabled_features.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/config/c_update_enabled_features.rs')
-rw-r--r--azalea-protocol/src/packets/config/c_update_enabled_features.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/config/c_update_enabled_features.rs b/azalea-protocol/src/packets/config/c_update_enabled_features.rs
index 0080b65a..9fade41c 100644
--- a/azalea-protocol/src/packets/config/c_update_enabled_features.rs
+++ b/azalea-protocol/src/packets/config/c_update_enabled_features.rs
@@ -2,7 +2,7 @@ use azalea_buf::AzBuf;
use azalea_registry::identifier::Identifier;
use azalea_protocol_macros::ClientboundConfigPacket;
-#[derive(Clone, Debug, AzBuf, PartialEq, ClientboundConfigPacket)]
+#[derive(AzBuf, ClientboundConfigPacket, Clone, Debug, PartialEq)]
pub struct ClientboundUpdateEnabledFeatures {
pub features: Vec<Identifier>,
}