diff options
| author | mat <git@matdoes.dev> | 2025-03-19 21:35:47 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-03-19 21:35:47 +0000 |
| commit | 75efbc83fdc4a47f880e95259a339d41839af01a (patch) | |
| tree | ee5ddeb328fc126ef04adb8006f13513acb48d60 /azalea-client/src/plugins/brand.rs | |
| parent | ca2e0b3922da74799be812e5a534a20d611fce1a (diff) | |
| download | azalea-drasl-75efbc83fdc4a47f880e95259a339d41839af01a.tar.xz | |
make SendPacketEvent a bevy trigger
Diffstat (limited to 'azalea-client/src/plugins/brand.rs')
| -rw-r--r-- | azalea-client/src/plugins/brand.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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), ); } } |
