Skip to content

Commit 3d0a784

Browse files
committed
Change target pos
1 parent c694f16 commit 3d0a784

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/movement/Pathfinder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object Pathfinder : Module(
6868
private val pathing = PathingSettings(this) { page == Page.Pathing }
6969
private val rotation = RotationSettings(this) { page == Page.Rotation }
7070

71-
private val target = fastVectorOf(0, 78, 0)
71+
private val target = fastVectorOf(0, 91, -4)
7272
private var longPath = Path()
7373
private var shortPath = Path()
7474
private var currentTarget: Vec3d? = null

0 commit comments

Comments
 (0)