From 6c0be6913dd0bcbb7e17a3e2a4daa45fcc8f5103 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 30 Jan 2026 00:02:36 +0500 Subject: warn if pathfinder is running without optimizations, and other minor fixes --- azalea-client/src/plugins/packet/game/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/plugins/packet/game/events.rs') diff --git a/azalea-client/src/plugins/packet/game/events.rs b/azalea-client/src/plugins/packet/game/events.rs index 4a919382..bc070ec8 100644 --- a/azalea-client/src/plugins/packet/game/events.rs +++ b/azalea-client/src/plugins/packet/game/events.rs @@ -2,8 +2,8 @@ use std::sync::{Arc, Weak}; use azalea_chat::FormattedText; use azalea_protocol::packets::{ - game::{ClientboundGamePacket, ClientboundPlayerCombatKill, ServerboundGamePacket}, Packet, + game::{ClientboundGamePacket, ClientboundPlayerCombatKill, ServerboundGamePacket}, }; use azalea_world::{World, WorldName}; use bevy_ecs::prelude::*; -- cgit v1.2.3