From efc28db6cfa3cf45561610dcba9b2819553aa025 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 5 Apr 2025 01:46:14 +0330 Subject: remove unnecessary ecs system ordering for handle_outgoing_packets --- azalea-client/src/plugins/chunks.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea-client/src/plugins/chunks.rs') diff --git a/azalea-client/src/plugins/chunks.rs b/azalea-client/src/plugins/chunks.rs index 060b94e2..5599d7c9 100644 --- a/azalea-client/src/plugins/chunks.rs +++ b/azalea-client/src/plugins/chunks.rs @@ -16,7 +16,6 @@ use bevy_app::{App, Plugin, Update}; use bevy_ecs::prelude::*; use tracing::{error, trace}; -use super::packet::game::handle_outgoing_packets; use crate::{ InstanceHolder, interact::handle_block_interact_event, inventory::InventorySet, packet::game::SendPacketEvent, respawn::perform_respawn, @@ -33,7 +32,6 @@ impl Plugin for ChunksPlugin { handle_chunk_batch_finished_event, ) .chain() - .before(handle_outgoing_packets) .before(InventorySet) .before(handle_block_interact_event) .before(perform_respawn), -- cgit v1.2.3