Skip to content

Commit d9d1e4d

Browse files
committed
Remove todo improve description
1 parent dfe0018 commit d9d1e4d

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ import com.lambda.util.player.MovementUtils.moveDelta
1717
import com.lambda.util.player.MovementUtils.setSpeed
1818
import kotlin.math.atan2
1919

20-
// ToDo: Revisit and implement grim strafing
2120
object Speed : Module(
2221
name = "Speed",
23-
description = "Fastest module",
22+
description = "Accelerates your walking speed",
2423
defaultTags = setOf(ModuleTag.MOVEMENT)
2524
) {
2625
@JvmStatic val mode by setting("Mode", Mode.GRIM_STRAFE)

0 commit comments

Comments
 (0)