Skip to content

Commit 5edef63

Browse files
committed
Fix spelling mistake
1 parent c988675 commit 5edef63

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/Rubberband.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object Rubberband : Module(
4545
color(Color.YELLOW) {
4646
literal("${PlayerPacketManager.configurations.reversed().indexOf(last) + 1}")
4747
}
48-
literal(" ticks (derivation: ")
48+
literal(" ticks (deviation: ")
4949
color(Color.YELLOW) {
5050
literal("%.3f".format(last.position dist newPos))
5151
}

0 commit comments

Comments
 (0)