Skip to content

Commit d9c6a8b

Browse files
committed
forgor to put the branch in feature
1 parent bb201a8 commit d9c6a8b

File tree

1 file changed

+2
-2
lines changed
  • common/src/main/kotlin/com/lambda/interaction/construction/simulation

1 file changed

+2
-2
lines changed

common/src/main/kotlin/com/lambda/interaction/construction/simulation/BuildSimulator.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ object BuildSimulator {
412412
rotationRequest,
413413
state,
414414
targetState,
415-
player.inventory.selectedSlot, instantBreakable(state, pos),
415+
player.inventory.selectedSlot,
416+
instantBreakable(state, pos),
416417
build
417418
)
418419
acc.add(BreakResult.Break(pos, breakContext))
@@ -455,7 +456,6 @@ object BuildSimulator {
455456

456457
interact.pointSelection.select(validHits)?.let { checkedHit ->
457458
val blockHit = checkedHit.hit.blockResult ?: return@let
458-
val bestTools = findBestAvailableTool(state)
459459

460460
val breakContext = BreakContext(
461461
eye,

0 commit comments

Comments
 (0)