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 8405886 commit cfc64ecCopy full SHA for cfc64ec
common/src/main/kotlin/com/lambda/module/modules/player/Scaffold.kt
@@ -325,8 +325,8 @@ object Scaffold : Module(
325
private fun buildRenderer(event: RenderEvent.StaticESP) {
326
val c = GuiSettings.primaryColor
327
328
- renderInfo.removeIf {
329
- val (info, time) = it
+ renderInfo.removeIf { info ->
+ val (info, time) = info
330
331
val pos = info.placedPos.toFastVec()
332
val seconds = (currentTime - time) / 1000.0
0 commit comments