aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/config/s_keep_alive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/config/s_keep_alive.rs')
-rw-r--r--azalea-protocol/src/packets/config/s_keep_alive.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/config/s_keep_alive.rs b/azalea-protocol/src/packets/config/s_keep_alive.rs
index 455d4109..5cd414d1 100644
--- a/azalea-protocol/src/packets/config/s_keep_alive.rs
+++ b/azalea-protocol/src/packets/config/s_keep_alive.rs
@@ -1,7 +1,7 @@
use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundConfigPacket;
-#[derive(Clone, Debug, AzBuf, PartialEq, ServerboundConfigPacket)]
+#[derive(AzBuf, Clone, Debug, PartialEq, ServerboundConfigPacket)]
pub struct ServerboundKeepAlive {
pub id: u64,
}