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 2bc6ef4 commit b136579Copy full SHA for b136579
common/src/main/kotlin/com/lambda/task/tasks/BuildTask.kt
@@ -88,7 +88,7 @@ class BuildTask @Ta5kBuilder constructor(
88
89
// ToDo: Simulate for each pair player positions that work
90
val results = blueprint.simulate(player.getCameraPosVec(mc.tickDelta))
91
- TaskFlowModule.drawables = results.filterIsInstance<Drawable>().plus(pendingPlacements.toList())
+ TaskFlowModule.drawables = results.filterIsInstance<Drawable>().plus(pendingPlacements)
92
93
val instantResults = results.filterIsInstance<BreakResult.Break>()
94
.filter { it.context.instantBreak }
0 commit comments