aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/interact.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/plugins/interact.rs')
-rw-r--r--azalea-client/src/plugins/interact.rs2
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)