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 5096c49 commit 5fa46e1Copy full SHA for 5fa46e1
common/src/main/kotlin/com/lambda/module/modules/player/Freecam.kt
@@ -80,7 +80,7 @@ object Freecam : Module(
80
it.context = RotationContext(rotation, rotationConfig)
81
}
82
83
- listener<MovementEvent.InputUpdate> { event ->
+ listener<MovementEvent.InputUpdate> {
84
// Don't block baritone from working
85
if (player.input !is PlayerMovementInput) {
86
// Reset actual input
@@ -119,4 +119,4 @@ object Freecam : Module(
119
disable()
120
121
122
-}
+}
0 commit comments