aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-16 23:45:08 -0845
committermat <git@matdoes.dev>2026-01-17 07:03:37 -0200
commit5ec2c28109b9c4e17546f03e80508e0ef960fc77 (patch)
tree1f2799cec1b9c0257e63c204eb5124a16dec09c3 /azalea/examples
parentddb21fdd4acf6e03fecef33b16f3acc25e4eaf30 (diff)
downloadazalea-drasl-5ec2c28109b9c4e17546f03e80508e0ef960fc77.tar.xz
move NodeMap to a module
Diffstat (limited to 'azalea/examples')
-rw-r--r--azalea/examples/testbot/commands/debug.rs2
1 files changed, 1 insertions, 1 deletions
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};