From 643fcb98c0e6cdc63218dd39960d9053b209d9a6 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:56:34 -0500 Subject: 1.21.9 (#235) * start updating to 25w33a * 1.21.9-pre2 * clippy * cleanup, and fix c_explode and c_player_rotation * mc update should be in Changed section in the changelog * 1.21.9 --- azalea-client/src/plugins/packet/config/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azalea-client/src/plugins/packet/config') diff --git a/azalea-client/src/plugins/packet/config/mod.rs b/azalea-client/src/plugins/packet/config/mod.rs index e8bb017d..629f9f71 100644 --- a/azalea-client/src/plugins/packet/config/mod.rs +++ b/azalea-client/src/plugins/packet/config/mod.rs @@ -57,6 +57,7 @@ pub fn process_packet(ecs: &mut World, player: Entity, packet: &ClientboundConfi server_links, clear_dialog, show_dialog, + code_of_conduct, ] ); } @@ -231,4 +232,7 @@ impl ConfigPacketHandler<'_> { pub fn show_dialog(&mut self, p: &ClientboundShowDialog) { debug!("Got show dialog packet {p:?}"); } + pub fn code_of_conduct(&mut self, p: &ClientboundCodeOfConduct) { + debug!("Got code of conduct packet {p:?}"); + } } -- cgit v1.2.3