aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/login
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/login')
-rw-r--r--azalea-protocol/src/packets/login/s_custom_query.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/azalea-protocol/src/packets/login/s_custom_query.rs b/azalea-protocol/src/packets/login/s_custom_query.rs
deleted file mode 100644
index 39ecdcef..00000000
--- a/azalea-protocol/src/packets/login/s_custom_query.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-use azalea_buf::{AzBuf, UnsizedByteArray};
-use azalea_protocol_macros::ServerboundLoginPacket;
-
-#[derive(Clone, Debug, AzBuf, ServerboundLoginPacket)]
-pub struct ServerboundCustomQuery {
- #[var]
- pub transaction_id: u32,
- pub data: Option<UnsizedByteArray>,
-}