diff options
| author | mat <git@matdoes.dev> | 2025-04-05 01:46:14 +0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-05 01:46:14 +0330 |
| commit | efc28db6cfa3cf45561610dcba9b2819553aa025 (patch) | |
| tree | 2a58147b500b760cf024b6a62cd907321c476047 /azalea-client/src/plugins/interact.rs | |
| parent | f250978cdd789d8ceb10cb225970a408933f508b (diff) | |
| download | azalea-drasl-efc28db6cfa3cf45561610dcba9b2819553aa025.tar.xz | |
remove unnecessary ecs system ordering for handle_outgoing_packets
Diffstat (limited to 'azalea-client/src/plugins/interact.rs')
| -rw-r--r-- | azalea-client/src/plugins/interact.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-client/src/plugins/interact.rs b/azalea-client/src/plugins/interact.rs index f7239c17..9e638a06 100644 --- a/azalea-client/src/plugins/interact.rs +++ b/azalea-client/src/plugins/interact.rs @@ -31,7 +31,6 @@ use bevy_ecs::{ use derive_more::{Deref, DerefMut}; use tracing::warn; -use super::packet::game::handle_outgoing_packets; use crate::{ Client, attack::handle_attack_event, @@ -56,7 +55,6 @@ impl Plugin for InteractPlugin { handle_block_interact_event, handle_swing_arm_event, ) - .before(handle_outgoing_packets) .after(InventorySet) .after(perform_respawn) .after(handle_attack_event) |
