Skip to content

Commit f8f0f60

Browse files
committed
Change default Enable Yaw setting to false to not confuse people
1 parent d111c75 commit f8f0f60

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/render

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/FreeLook.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object FreeLook : Module(
3131
description = "Allows you to look around freely while moving",
3232
defaultTags = setOf(com.lambda.module.tag.ModuleTag.RENDER, com.lambda.module.tag.ModuleTag.MOVEMENT)
3333
) {
34-
val enableYaw by setting("Enable Yaw", true, "Don't effect pitch if enabled")
34+
val enableYaw by setting("Enable Yaw", false, "Don't effect pitch if enabled")
3535
val enablePitch by setting("Enable Pitch", false, "Don't effect yaw if enabled")
3636
val togglePerspective by setting("Toggle Perspective", true, "Toggle perspective when enabling FreeLook")
3737

0 commit comments

Comments
 (0)