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 9826eb0 commit be1d683Copy full SHA for be1d683
common/src/main/kotlin/com/lambda/module/modules/network/Rubberband.kt
@@ -62,7 +62,7 @@ object Rubberband : Module(
62
this@Rubberband.warn(buildText {
63
literal("Reverted position by ")
64
color(Color.YELLOW) {
65
- literal("${PlayerPacketManager.configurations.reversed().indexOf(last) + 1}")
+ literal("${PlayerPacketManager.configurations.toList().asReversed().indexOf(last) + 1}")
66
}
67
literal(" ticks (deviation: ")
68
0 commit comments