We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc65408 commit d1175fcCopy full SHA for d1175fc
src/main/kotlin/com/lambda/interaction/request/rotating/RotationManager.kt
@@ -221,7 +221,7 @@ object RotationManager : RequestHandler<RotationRequest>(
221
fun processInputs(input: Input) = runSafe {
222
// The yaw relative to which the movement was constructed
223
val baritoneYaw = baritoneContext?.target?.targetRotation?.value?.yaw
224
- val baseYaw = baritoneYaw ?: activeRotation.yaw
+ val baseYaw = baritoneYaw ?: player.yaw.toDouble()
225
val strafeEvent = RotationEvent.StrafeInput(baseYaw, input)
226
val movementYaw = strafeEvent.post().strafeYaw
227
0 commit comments