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 c694f16 commit 3d0a784Copy full SHA for 3d0a784
common/src/main/kotlin/com/lambda/module/modules/movement/Pathfinder.kt
@@ -68,7 +68,7 @@ object Pathfinder : Module(
68
private val pathing = PathingSettings(this) { page == Page.Pathing }
69
private val rotation = RotationSettings(this) { page == Page.Rotation }
70
71
- private val target = fastVectorOf(0, 78, 0)
+ private val target = fastVectorOf(0, 91, -4)
72
private var longPath = Path()
73
private var shortPath = Path()
74
private var currentTarget: Vec3d? = null
0 commit comments