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 91f6a58 commit f577f0dCopy full SHA for f577f0d
common/src/main/kotlin/com/lambda/task/tasks/BuildTask.kt
@@ -105,8 +105,6 @@ class BuildTask @Ta5kBuilder constructor(
105
106
init {
107
listen<TickEvent.Pre> {
108
- val currentItemStack = player.mainHandStack ?: return@listen
109
-
110
currentInteraction?.let { context ->
111
// TaskFlowModule.drawables = listOf(context)
112
if (context.shouldRotate(build) && !context.rotation.done) return@let
@@ -222,7 +220,7 @@ class BuildTask @Ta5kBuilder constructor(
222
220
val breakRequest = BreakRequest(
223
221
bestResult.context,
224
(resultsNotBlocked.getOrNull(1) as? BreakResult.Break)?.context,
225
- 0
+ prio = 0
226
) { breaks++ }
227
BreakManager.registerRequest(build.breakSettings, breakRequest)
228
}
0 commit comments