diff --git a/plugin/control/index.mjs b/plugin/control/index.mjs index 32d6d2a..08ec86c 100644 --- a/plugin/control/index.mjs +++ b/plugin/control/index.mjs @@ -109,7 +109,7 @@ async function moveAxisTask(bot, task, axis_raw, target_raw, level) { const stable_axis_value = target[stable_axis]; logger('moveAxisTask() pre adjust look angle'); - await bot.look(axis * Math.PI / 2, 0); + await bot.look(axis * Math.PI / 2, 0, true); logger('moveAxisTask() post adjust look angle'); task._interuptableHere();