aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/login/s_custom_query_answer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/login/s_custom_query_answer.rs')
-rw-r--r--azalea-protocol/src/packets/login/s_custom_query_answer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/login/s_custom_query_answer.rs b/azalea-protocol/src/packets/login/s_custom_query_answer.rs
index af0c4237..478ea026 100644
--- a/azalea-protocol/src/packets/login/s_custom_query_answer.rs
+++ b/azalea-protocol/src/packets/login/s_custom_query_answer.rs
@@ -3,7 +3,7 @@ use std::hash::Hash;
use azalea_buf::{AzBuf, UnsizedByteArray};
use azalea_protocol_macros::ServerboundLoginPacket;
-#[derive(Hash, Clone, Debug, AzBuf, PartialEq, ServerboundLoginPacket)]
+#[derive(AzBuf, Clone, Debug, Hash, PartialEq, ServerboundLoginPacket)]
pub struct ServerboundCustomQueryAnswer {
#[var]
pub transaction_id: u32,