Skip to content

Commit bd77255

Browse files
committed
Set rotate to target false
1 parent ea88890 commit bd77255

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object Freecam : Module(
5555
private val speed by setting("Speed", 0.5, 0.1..1.0, 0.1)
5656
private val sprint by setting("Sprint Multiplier", 3.0, 0.1..10.0, 0.1, description = "Set below 1.0 to fly slower on sprint.")
5757
private val reach by setting("Reach", 10.0, 1.0..100.0, 1.0, "Freecam reach distance")
58-
private val rotateToTarget by setting("Rotate to target", true)
58+
private val rotateToTarget by setting("Rotate to target", false)
5959

6060
override val rotationConfig = RotationConfig.Instant(RotationMode.Lock)
6161

0 commit comments

Comments
 (0)