aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/packet_handling/mod.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-03 16:17:46 -0600
committermat <git@matdoes.dev>2023-12-03 16:17:46 -0600
commit3e168a33c9cab8f45363bf95cfa2b7228ec3c013 (patch)
treeb3ccdc0f003776b3a4e5170fba22fd23a1fd9227 /azalea-client/src/packet_handling/mod.rs
parenta42161a203af3edeb96fbdb3bab8f832b4ccc6b5 (diff)
downloadazalea-drasl-3e168a33c9cab8f45363bf95cfa2b7228ec3c013.tar.xz
let plugins override query responses
Diffstat (limited to 'azalea-client/src/packet_handling/mod.rs')
-rw-r--r--azalea-client/src/packet_handling/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/packet_handling/mod.rs b/azalea-client/src/packet_handling/mod.rs
index 7f797a5c..9823035d 100644
--- a/azalea-client/src/packet_handling/mod.rs
+++ b/azalea-client/src/packet_handling/mod.rs
@@ -46,6 +46,7 @@ impl Plugin for PacketHandlerPlugin {
.before(EntityUpdateSet::Deindex),
configuration::process_packet_events,
login::handle_send_packet_event,
+ login::process_packet_events,
),
)
.add_systems(Update, death_event_on_0_health.before(death_listener))