From 75efbc83fdc4a47f880e95259a339d41839af01a Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 19 Mar 2025 21:35:47 +0000 Subject: make SendPacketEvent a bevy trigger --- azalea-client/src/plugins/brand.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/plugins/brand.rs') diff --git a/azalea-client/src/plugins/brand.rs b/azalea-client/src/plugins/brand.rs index 5ee8e52c..94783230 100644 --- a/azalea-client/src/plugins/brand.rs +++ b/azalea-client/src/plugins/brand.rs @@ -19,7 +19,7 @@ impl Plugin for BrandPlugin { fn build(&self, app: &mut App) { app.add_systems( Update, - handle_end_login_state.before(crate::packet::config::handle_send_packet_event), + handle_end_login_state.before(crate::packet::config::handle_outgoing_packets), ); } } -- cgit v1.2.3