aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/configuration/serverbound_custom_payload_packet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/configuration/serverbound_custom_payload_packet.rs')
-rw-r--r--azalea-protocol/src/packets/configuration/serverbound_custom_payload_packet.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/azalea-protocol/src/packets/configuration/serverbound_custom_payload_packet.rs b/azalea-protocol/src/packets/configuration/serverbound_custom_payload_packet.rs
deleted file mode 100644
index 48c977b1..00000000
--- a/azalea-protocol/src/packets/configuration/serverbound_custom_payload_packet.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-use azalea_buf::McBuf;
-use azalea_buf::UnsizedByteArray;
-use azalea_core::resource_location::ResourceLocation;
-use azalea_protocol_macros::ServerboundConfigurationPacket;
-
-#[derive(Clone, Debug, McBuf, ServerboundConfigurationPacket)]
-pub struct ServerboundCustomPayloadPacket {
- pub identifier: ResourceLocation,
- pub data: UnsizedByteArray,
-}