From 5ec2c28109b9c4e17546f03e80508e0ef960fc77 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 16 Jan 2026 23:45:08 -0845 Subject: move NodeMap to a module --- azalea/examples/testbot/commands/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples/testbot') diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index 4cde3335..3c72c85f 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -15,7 +15,7 @@ use azalea::{ }; use azalea_core::hit_result::HitResult; use azalea_entity::{EntityKindComponent, metadata}; -use azalea_inventory::{Menu, Player, components::MaxStackSize}; +use azalea_inventory::{Menu, components::MaxStackSize}; use azalea_world::Worlds; use bevy_app::AppExit; use bevy_ecs::{message::Messages, query::With, world::EntityRef}; -- cgit v1.2.3