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 468c355 commit d91811fCopy full SHA for d91811f
common/src/main/kotlin/com/lambda/interaction/construction/result/BreakResult.kt
@@ -117,10 +117,10 @@ sealed class BreakResult : BuildResult() {
117
?.onSuccess { _, _ ->
118
success(Unit)
119
}?.start(this@ItemCantMine) ?: run {
120
- selectStack {
121
- isItem(badItem).not()
122
- }.transfer(MainHandContainer)?.start(this@ItemCantMine) ?: failure("No item found or space")
123
- }
+ selectStack {
+ isItem(badItem).not()
+ }.transfer(MainHandContainer)?.start(this@ItemCantMine) ?: failure("No item found or space")
+ }
124
}
125
126
override fun SafeContext.buildRenderer() {
0 commit comments