Skip to content

Commit 5fa46e1

Browse files
committed
Unused variable warning
1 parent 5096c49 commit 5fa46e1

File tree

1 file changed

+2
-2
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/player

1 file changed

+2
-2
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/Freecam.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ object Freecam : Module(
8080
it.context = RotationContext(rotation, rotationConfig)
8181
}
8282

83-
listener<MovementEvent.InputUpdate> { event ->
83+
listener<MovementEvent.InputUpdate> {
8484
// Don't block baritone from working
8585
if (player.input !is PlayerMovementInput) {
8686
// Reset actual input
@@ -119,4 +119,4 @@ object Freecam : Module(
119119
disable()
120120
}
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)