aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/connection.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-25 09:56:57 +1000
committermat <git@matdoes.dev>2025-04-24 11:12:47 -1245
commit89bc5ca91ebfe585c8df8891d94856068c7ad2be (patch)
tree46a006cfc9d84686b7204765c5dbaea2ed0c2adb /azalea-client/src/plugins/connection.rs
parent54062c82fdd8a60ecfc79cd5e6252f9ead4c7a1b (diff)
downloadazalea-drasl-89bc5ca91ebfe585c8df8891d94856068c7ad2be.tar.xz
update RawConnection::state when start_configuration is received
Diffstat (limited to 'azalea-client/src/plugins/connection.rs')
-rw-r--r--azalea-client/src/plugins/connection.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/plugins/connection.rs b/azalea-client/src/plugins/connection.rs
index 30ac5d20..36aa2ee7 100644
--- a/azalea-client/src/plugins/connection.rs
+++ b/azalea-client/src/plugins/connection.rs
@@ -34,7 +34,6 @@ impl Plugin for ConnectionPlugin {
}
pub fn read_packets(ecs: &mut World) {
- // receive_game_packet_events: EventWriter<ReceiveGamePacketEvent>,
let mut entity_and_conn_query = ecs.query::<(Entity, &mut RawConnection)>();
let mut conn_query = ecs.query::<&mut RawConnection>();