diff options
Diffstat (limited to 'azalea/examples')
| -rw-r--r-- | azalea/examples/testbot/commands/movement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/testbot/commands/movement.rs b/azalea/examples/testbot/commands/movement.rs index 209a1c80..06c7ebd1 100644 --- a/azalea/examples/testbot/commands/movement.rs +++ b/azalea/examples/testbot/commands/movement.rs @@ -26,7 +26,7 @@ pub fn register(commands: &mut CommandDispatcher<Mutex<CommandSource>>) { source.reply("ok"); source .bot - .start_goto(BlockPosGoal(BlockPos::from(position))); + .start_goto(BlockPosGoal(BlockPos::from(position.up(0.5)))); 1 }) .then(literal("xz").then(argument("x", integer()).then( |
