From a839c6a923a737fab61536cec0258fdd83106368 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 15 Jul 2023 16:35:23 -0500 Subject: fix brigadier booleans --- azalea/examples/testbot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index 75a6ca67..40ce7dce 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -7,7 +7,7 @@ use azalea::entity::metadata::Player; use azalea::entity::{EyeHeight, Position}; use azalea::interact::HitResultComponent; use azalea::inventory::ItemSlot; -use azalea::pathfinder::BlockPosGoal; +use azalea::pathfinder::goals::BlockPosGoal; use azalea::protocol::packets::game::ClientboundGamePacket; use azalea::{prelude::*, swarm::prelude::*, BlockPos, GameProfileComponent, WalkDirection}; use azalea::{Account, Client, Event}; -- cgit v1.2.3