You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/lambda/client/module/modules/movement/Speed.kt
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ object Speed : Module(
49
49
privateval strafeAutoJump by setting("Auto Jump", false, { mode ==Mode.STRAFE })
50
50
51
51
// YPort settings
52
-
privateval yPortAccelerate by setting("Accelerate", true, { mode ==Mode.YPORT })
53
-
privateval yPortStrict by setting("Head Strict", false, { mode ==Mode.YPORT }, description ="Only allow YPort when you are under a block")
54
-
privateval yPortAirStrict by setting("Air Strict", false, { mode ==Mode.YPORT }, description ="Force YPort to handle Y movement differently, slows this down A LOT")
privateval yPortAccelerate by setting("Accelerate", true, { mode ==Mode.Y_PORT })
53
+
privateval yPortStrict by setting("Head Strict", false, { mode ==Mode.Y_PORT }, description ="Only allow YPort when you are under a block")
54
+
privateval yPortAirStrict by setting("Air Strict", false, { mode ==Mode.Y_PORT }, description ="Force YPort to handle Y movement differently, slows this down A LOT")
0 commit comments