aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/block_update.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/plugins/block_update.rs')
-rw-r--r--azalea-client/src/plugins/block_update.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/plugins/block_update.rs b/azalea-client/src/plugins/block_update.rs
index 15e885b6..46e6b409 100644
--- a/azalea-client/src/plugins/block_update.rs
+++ b/azalea-client/src/plugins/block_update.rs
@@ -26,7 +26,7 @@ impl Plugin for BlockUpdatePlugin {
/// [`handle_block_update_event`] (`Update`).
///
/// This is a component instead of an ECS event for performance reasons.
-#[derive(Component, Debug, Clone, Default)]
+#[derive(Clone, Component, Debug, Default)]
pub struct QueuedServerBlockUpdates {
pub list: Vec<(BlockPos, BlockState)>,
}