Skip to content

Commit b1f9692

Browse files
fix non-force look & lookat behavior
1 parent 38f9cdd commit b1f9692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/plugins/physics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,8 @@ function inject(bot, {physicsEnabled, maxCatchupTicks}) {
424424
}
425425

426426
lookingTask = createTask()
427-
targetYaw = yaw
428-
targetPitch = pitch
427+
targetYaw = yawNotchian
428+
targetPitch = pitchNotchian
429429
return await lookingTask.promise
430430
}
431431

0 commit comments

Comments
 (0)