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 d111c75 commit f8f0f60Copy full SHA for f8f0f60
common/src/main/kotlin/com/lambda/module/modules/render/FreeLook.kt
@@ -31,7 +31,7 @@ object FreeLook : Module(
31
description = "Allows you to look around freely while moving",
32
defaultTags = setOf(com.lambda.module.tag.ModuleTag.RENDER, com.lambda.module.tag.ModuleTag.MOVEMENT)
33
) {
34
- val enableYaw by setting("Enable Yaw", true, "Don't effect pitch if enabled")
+ val enableYaw by setting("Enable Yaw", false, "Don't effect pitch if enabled")
35
val enablePitch by setting("Enable Pitch", false, "Don't effect yaw if enabled")
36
val togglePerspective by setting("Toggle Perspective", true, "Toggle perspective when enabling FreeLook")
37
0 commit comments